Run a Ghost Inspector Suite that only passes if both assertions and screenshots don't fail.
Required ghost inspector suiteID.
If you want to get a link to the suite after tests are failing you should add this as a literal string and not as a secret.
default: 'UNDEFINED'
Required ghost inspector API Key
default: 'UNDEFINED'
optional startURL for the test suite
default: ''
optional timeout in milliseconds. how long to wait for tests results before failing
default: "300000"
This Action doesn't have any output yet.
uses: DATADEER/run-ghost-inspector-suite-action@v1.2
with:
suiteID: "XXXXXXXXXXXXXXXXXXXXXXX" # don't import from secrets. needs to visible in logs
startURL: "https://google.com"
GHOST_INSPECTOR_API_KEY: ${{ secrets.GHOST_INSPECTOR_API_KEY }}