Skip to content

Disable no-console for Playwright ruleset #124

@jattasNI

Description

@jattasNI

Currently, the Playwright ruleset inherits the TS/JS ruleset configuration for no-console which disallows using console.log.

It is suppressed in many places, including:

  1. acceptance-tests which want to log their state or an error
  2. custom reporters that want to log errors
  3. loggers in Performance and End2End tests

What is our recommendation for using console within Playwright code? Can we disable this rule or come up with an alternate suggestion?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions