applitools/github-actions-applitools-eyes
Applitools Eyes GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| APPLITOOLS_API_KEY | Unique API key from your Applitools account | yes | — |
| APPLITOOLS_BATCH_ID | Unique ID for the test batch | — | — |
| GITHUB_TOKEN | GitHub Token | — | — |
| appName | Name of the website or applitcation | — | Web App |
| baseUrl | The website URL to be craweled for visual regression testing | — | — |
| batchName | Name of the batch of tests (for display purpose only). | — | GitHub Action Workflow |
| concurrency | Number of Eyes tests that this Runner will run concurrently | — | 5 |
| cypressBrowser | Browser Cypress uses to run tests | — | chrome |
| errorOnFailure | Set an error status if any tests fail | — | false |
| ignoreSelector | A list of selectors to ignore during the visual test | — | — |
| maxDepth | How many steps deep do you want to crawl the given website? | — | 1 |
| serverUrl | The URL of Eyes server | — | — |
| showLogs | Debug mode - shows Applitools Eyes logs, Cypress results, and GitHub logs | — | false |
| sitemapUrl | The URL of a website sitemap to be used for visual regression testing | — | — |
Outputs
no outputs