Skip to content

Selenide + Testcontainers + AllureReport framework for UI tests

Notifications You must be signed in to change notification settings

pavlo-sv/simple-search-test

Repository files navigation

simple-search-test

Test automation framework for UI testing with the following tools:

  • Selenide
  • Testcontainers
  • JUnit Jupiter
  • Allure report library

Tests are implemented using page object model approach. For failed ones screenshot and page source code is saved in Allure report as well as video is recorded by Testcontainers library. It allows a developer to have all the sources for debugging.

Happy testing! :)