peterekepeter/Test with Browser
Launchers a web browser, navigates to URL and reports errors.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to test | yes | — |
| browser | Browser to use: chrome or firefox | — | chrome |
| expect-fail | Negates the test result causing it to fail if it passed. | — | false |
| expect-console-pattern | Sets up a regular expression that needs to match one console message. | — | "" |
| timeout-seconds | Maximum number of seconds allowed for test to run. | — | 60 |
| timeout-inactive-seconds | Number of seconds during which if no browser activity is detected, it stops the test. | — | 3 |
Outputs
no outputs