Skip to content

lukefitz1/spire-web-uats-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spire-web-uats-ruby

Automated user acceptance tests for Spire web app

Run tests in a single feature file cucumber api_testing.feature

Run tests with a tag cucumber --tags @api_testing

Alter the format of the output of the results cucumber --tags @artist --format json

Save the results to a file cucumber --tags @artist --format json -o test.json

Run tests in docker container From the root: docker build -t uat-tests . docker run uat-tests

Run dry run of tests and output to file cucumber --tags @artist --dry-run --format json -o dryrun.json

About

Automated user acceptance tests for Spire web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published