thiagoelg commented on code in PR #3382: URL: https://github.com/apache/incubator-kie-tools/pull/3382#discussion_r2635059694
########## packages/playwright-base/README.md: ########## @@ -79,6 +59,76 @@ pnpm test-e2e:container:shell pnpm test-e2e:run --update-snapshots ``` +## Playwright-base CLI + +A CLI tool to assist running containerized Playwright tests. It loads environment variables and passes them through the docker-compose file, and helps with starting the test suite, opening an interactive shell inside the container, and cleaning up. + +```sh +pnpm pw-e2e-container --help +pw-e2e-container <command> + +Commands: Review Comment: It would be nice to also have a list of possible options/flags here (check the image-builder README). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
