Skip to content

Unit111/selenide-parallel-rerun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example project demostrating a few concepts I wanted to see working together:

  • JUnit 5
  • Run tests in parallel
  • Retry failed tests
  • Do all this using Maven
  • Use Selenide instead of regular Selenium

You can run the tests using this Maven command: clean install -Dsurefire.rerunFailingTestsCount=2

Run tests by tag: -Dgroups="tag1, tag2"

Exclude tags: -DexcludedGroups="tag3, tag4"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages