Skip to content

Commit

Permalink
using playwright test.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 26, 2024
1 parent fad54d7 commit b8380eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "ng build --output-path=../dist",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e": "npx playwright test",
"dist": "ng build --watch --output-path=../dist",
"storybook": "ng run fastenhealth:storybook",
"build-storybook": "ng run fastenhealth:build-storybook"
Expand Down

0 comments on commit b8380eb

Please sign in to comment.