Skip to content

Commit

Permalink
Update WC Blocks Playwright tests docs so we pass parameters correctl…
Browse files Browse the repository at this point in the history
…y to PNPM scripts (#43779)
  • Loading branch information
Aljullu committed Jan 22, 2024
1 parent 3881aad commit 550bfe3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/woocommerce-blocks/tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ pnpm run test:e2e
Interactive UI mode:

```sh
pnpm run test:e2e -- --ui
pnpm run test:e2e --ui
```

Headed mode:

```sh
pnpm run test:e2e -- --headed
pnpm run test:e2e --headed
```

Debug mode:

```sh
pnpm run test:e2e -- --debug
pnpm run test:e2e --debug
```

Running a single test:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: dev
Comment: Update docs on how to run Playwright e2e commands for WC Blocks.

0 comments on commit 550bfe3

Please sign in to comment.