Skip to content

Commit fff9263

Browse files
committed
add hint to run dev server
1 parent 8b483f1 commit fff9263

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ To run the test, you need to have Playwright installed locally:
5151

5252
Once you have installed Playwright, you can run the test with the following commands:
5353

54+
```bash
55+
# start dev server
56+
$ mvn compile -Denv=dev -Pinclude-mapapps-deps
57+
```
58+
5459
```bash
5560
# run the test
5661
npm run e2e-test

0 commit comments

Comments
 (0)