Skip to content

Funnear/snipeitapp-demo-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Snipe It App demo test

This project is created for improving and proving Test Automation skills in Java. Application under test is https://demo.snipeitapp.com/. It was seleced by occasion.

Disclaimer

This project is neither aiming to advertise Snipe It App nor to improve its quality.

Executing the tests

To run the sample project, you can either just run the CucumberTestSuite test runner class, or run either mvn verify or gradle test from the command line.

By default, the tests will run using Chrome. You can run them in Firefox by overriding the driver system property, e.g.

$ mvn clean verify -Ddriver=firefox

Or

$ gradle clean test -Pdriver=firefox

The test results will be recorded in the target/site/serenity directory. Open index.html to see the reports.

References

This project is forked from Serenity BDD kick starter project.

Checkout Official Read me for Starter project to find out more about Serenity and Cucumber 4 usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.9%
  • Gherkin 7.1%