Skip to content

Commit b18b51c

Browse files
matthewlipskinperez0111
authored andcommitted
Small adds
1 parent b4c306a commit b18b51c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.claude/skills/testing-skill/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,10 @@ A specific test file may be targeted by appending its name, i.e. `... npx playwr
5353

5454
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.
5555

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+
5662
When testing a visual change, prefer writing screenshots to verify that the change is working as expected.

0 commit comments

Comments
 (0)