Skip to content

Commit

Permalink
Fix e2e script name
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed May 1, 2024
1 parent c255321 commit b44f140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ You can limit the e2e test to a specific APP:
<local-pagy-dir>/e2e $ ./test-e2e repro
```

You can also run the e2e test interactively (on one APP/file at the time):
You can also run the e2e test interactively (on one APP/file at the time) opening cypress UI:

```shell
<local-pagy-dir>/e2e $ ./test-e2e-open demo
<local-pagy-dir>/e2e $ ./open-e2e demo
```
---

Expand Down
File renamed without changes.

0 comments on commit b44f140

Please sign in to comment.