equisoft-actions/Run Playwright e2e tests through yarn and upload reports

Install Playwright browsers, run yarn e2e tasks, and upload CI reports. A JUnit report at `build/playwright/junit.xml` is expected when tests run. HTML reports and traces under `build/playwright/report/` and `build/playwright/results/` are uploaded separately when present.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryRelative path under $GITHUB_WORKSPACE where the project is located.no.
pre-commandOptional shell command to run before Playwright tests (e.g. build dependent workspaces).no""
install-task-nameThe yarn task used to install Playwright browsers.yestest:e2e:install
task-nameThe yarn task used to run Playwright tests.yestest:e2e
report-nameThe name of the JUnit report artifact.yestypescript-e2e-results.junit.xml
debug-report-nameThe name of the HTML report and trace artifacts.yestypescript-e2e-debug
report-retention-daysDuration in days to preserve reports. Defaults to 5.yes5

no outputs