currents-dev/Playwright Last Failed
The action helps to run last failed Playwright tests using Currents cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Your secret Record Key obtained from Currents | no | "" |
| debug | Enable debug logging | no | false |
| id | The ID the data is saved under in the cache | no | "" |
| path | Comma-separated list of paths to cache | no | "" |
| output-dir | Path to the directory where output will be written | no | "" |
| pw-output-dir | Directory for artifacts produced by Playwright tests | no | test-results |
| matrix-index | The index of the matrix to use | no | 1 |
| matrix-total | The total number of matrices available | no | 1 |
| use-api | Use Currents API for obtaining the list of failed tests | no | false |
| or8n | Enable or8n integration | no | false |
| api-key | Your secret API Key obtained from Currents dashboard | no | "" |
| project-id | Project ID obtained from Currents dashboard | no | "" |
| previous-ci-build-id | The ID of the previous CI build | no | "" |
Outputs
| name | description |
|---|---|
| extra-pw-flags | Extra flags to pass to Playwright's test runner |
| extra-discovery-flags | Extra flags to pass to pwc-p discover |