Skip to content

Commit

Permalink
add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lhf552004 committed Aug 11, 2024
1 parent 93cec78 commit 2718a5f
Show file tree
Hide file tree
Showing 4 changed files with 856 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ coverage/
.nyc_output/
test-results/

trace*.zip
trace*.zip

playwright-report/
7 changes: 7 additions & 0 deletions Testing-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ Run single test file
npx cross-env NODE_ENV=test npx playwright test "./test/e2e/create-quizitem.test.js"
```

Generate report

```
npx cross-env NODE_ENV=test npx playwright test --reporter=html
```
Loading

0 comments on commit 2718a5f

Please sign in to comment.