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
Copy file name to clipboardExpand all lines: .claude/skills/testing-skill/SKILL.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,4 +53,10 @@ A specific test file may be targeted by appending its name, i.e. `... npx playwr
53
53
54
54
Updating tests can be done by adding the `-u` argument, i.e. `... npx playwright test -u`. All of the other things you can do to scope which tests to target still apply.
55
55
56
+
Note that running this command may result in errors or other issues, listed below along with what to do when encountered:
57
+
58
+
-**Tests failing to navigating to preview**: project should be built and the preview started, after which the command should be run again.
59
+
-**Docker not running**: the user should be notified to launch Docker.
60
+
-**Incorrect Playwright image version**: update Playwright images and re-run the command.
61
+
56
62
When testing a visual change, prefer writing screenshots to verify that the change is working as expected.
0 commit comments