Skip to content

Commit

Permalink
added a new cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
shech2 committed Jan 28, 2024
1 parent fb15d53 commit c771544
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ npm run storybook

Tests using Playwright with ui:

```bash
npm run test:ui
```

Tests using Playwright:

```bash
npm run test
```
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"prisma:generate": "npx prisma generate",
"prisma:validate": "npx prisma validate",
"migrate:postgres": "prisma migrate dev",
"test": "npx playwright test --ui",
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
"migrate:reset": "prisma migrate reset --force",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down

0 comments on commit c771544

Please sign in to comment.