Skip to content

Sundeltop/selenide-project-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is created using Selenide + JUnit 5 + Selenoid + Allure

To run tests and generate Allure report:

  1. run mvn clean test
  2. run mvn allure:serve

Run options:

  • By default, tests are being run with local browser binaries. To run browsers in Selenoid add -Dmode=remote in run configuration. Make sure to have Selenoid listening on http://localhost:4444. Selenoid documentation can be found here;
  • To run tests in different browser use -Dselenide.browser=$BROWSER. List of supported browsers by Selenide can be found in documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages