Skip to content

Commit

Permalink
Make playwright task more accessible.
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Nov 25, 2024
1 parent e89a5ce commit e963418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ tasks:
- corepack enable || true
- pnpm install
playwright-tests:
cmd: pnpm test
aliases: [ pt ]
cmd: pnpm run test {{.CLI_ARGS}}

playwright-generate-tests:
cmds:
Expand Down

0 comments on commit e963418

Please sign in to comment.