Skip to content

Commit

Permalink
chore: rename playright test command
Browse files Browse the repository at this point in the history
  • Loading branch information
lannodev committed Nov 4, 2024
1 parent 5eee61b commit e230491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See [Demo](https://at.lanno.dev) page.
| `npm run prettier` | Runs prettier on entire src folder |
| `npm run prettier:verify` | Runs prettier-check and throws error if fails |
| `npm run prettier:staged` | Runs prettier on only staged (changed) files |
| `npm run e2e-ui` | Runs playwright e2e test with UI |
| `npm run test:e2e` | Runs playwright e2e test with UI |

#### Dependencies

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e-ui": "npx playwright test --ui",
"test:e2e": "npx playwright test --ui",
"prettier": "prettier --config ./.prettierrc --write \"src/{app,environments}/**/*{.ts,.html,.scss,.json}\"",
"prettier:verify": "prettier --config ./.prettierrc --check \"src/{app,environments}/**/*{.ts,.html,.scss,.json}\"",
"prettier:staged": "pretty-quick --staged",
Expand Down

0 comments on commit e230491

Please sign in to comment.