Skip to content

Commit 33a4b7f

Browse files
docs: e2e contribution documentation
1 parent e755af1 commit 33a4b7f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ Thanks to [PNPM Workspaces](https://pnpm.io/workspaces), you can also run these
9595
- `pnpm run check`: run the formatter, linter, and sort imports for **all** packages, and fails if any modifications
9696
- `pnpm run check --write`: run the formatter, linter, imports sorting for **all** packages, and write modifications
9797

98+
### Working with e2e tests
99+
100+
- `pnpm install`
101+
- `(cd ./apps/e2e && SYMFONY_REQUIRE=7.3.* symfony composer update)`
102+
Then you can run e2e commands:
103+
- per package: `pnpm exec playwright test --ui` (from the project root)
104+
- per package: `pnpm run test:browser` (from a given package)
105+
- globally : `pnpm run test:browser`
106+
107+
98108
### Working on documentation
99109

100110
Symfony UX documentation is written in ReStructuredText (`.rst`) and is located in the `docs/` directory

0 commit comments

Comments
 (0)