Skip to content

RREADY-ORG/improve-sanity-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

Improve/Kickbox Sanity Check Action

This action runs the default set of E2E tests against a running kickbox/improve.

Usage example given all the inputs:

steps:
  - uses: ngti/improve-sanity-action@master
    with:
      sanity-secrets: ${{ secrets.SANITY_SECRETS }}
      api-base-url: http://api-improve-location
      app-base-url: http://app-improve-location
      admin-base-url: http://admin-improve-location
      selenium-image: image-location
      continue-if-failed: true (default false)
      results-path: path/to/reports (default /tmp/reports)
      suite: The test suite. Default: RunAll.xml

The action outputs sanity-failed with 1 if the tests didn't pass.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published