An open API service indexing awesome lists of open source software.

https://github.com/oakrizan/ui-tests-demo

Demo project for UI tests
https://github.com/oakrizan/ui-tests-demo

allure gradle junit5 kotlin selenide spotless spring-boot ui-testing

Last synced: about 1 month ago
JSON representation

Demo project for UI tests

Awesome Lists containing this project

README

          

# Launch Project
To launch demo test use command: ```./gradlew cleanTest test```

# Allure Results
After test execution launch: ```allure serve build/allure-results/```

# Code Style Check
Execute: ```./gradlew spotlessApply```