Skip to content

Commit

Permalink
install kill-port
Browse files Browse the repository at this point in the history
  • Loading branch information
lhf552004 committed Aug 12, 2024
1 parent 1a85c1b commit 5514ea0
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Testing-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ Show trace
```
npx playwright show-trace trace.zip
```

Kill the port

```
npx kill-port 3000
```
51 changes: 51 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"firebase-mock": "^2.2.4",
"jquery": "^3.7.1",
"jsdom": "^24.1.1",
"kill-port": "^2.0.1",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"sinon": "^18.0.0"
Expand Down

0 comments on commit 5514ea0

Please sign in to comment.