Skip to content

Commit 7554ed9

Browse files
authored
Merge pull request #1010 from db-ui/chore-docs-e2e-problem-solving-section
chore(docs): e2e problem solving section
2 parents fd5ae7e + 7239bd6 commit 7554ed9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

e2e/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ This directory provides `docker-compose.yml` to test or regenerate screenshots.
1616
## Test with linux build
1717

1818
- run `docker-compose -f ./e2e/docker-compose.start.yml up`
19+
20+
## FAQ
21+
22+
If you're running into errors on testing or screenshot generation e.g. regarding missing dependencies (`db-ui-mono-e2e-playwright-1 | sh: 1: cross-env: not found`), you're probably based on an old version of the image. That for you would need to rebuild the image by adding the '--build' parameter, like e.g. `docker-compose -f ./e2e/docker-compose.regenerate.yml up --build`

0 commit comments

Comments
 (0)