You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrating from v1.3.1 to v1.4.0 there are some rules triggered by strange usages of test.
test.slow() triggers Test has no assertions playwright/expect-expect
test.use(...) triggers Test has no assertions playwright/expect-expect and Title must be a string playwright/valid-title
test.describe.configure(...) triggers Describe requires name and callback arguments playwright/valid-describe-callback and Title must be a string playwright/valid-title
The text was updated successfully, but these errors were encountered:
Migrating from v1.3.1 to v1.4.0 there are some rules triggered by strange usages of
test
.Test has no assertions playwright/expect-expect
Test has no assertions playwright/expect-expect
andTitle must be a string playwright/valid-title
Describe requires name and callback arguments playwright/valid-describe-callback
andTitle must be a string playwright/valid-title
The text was updated successfully, but these errors were encountered: