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
- Host: GitHub
- URL: https://github.com/oakrizan/ui-tests-demo
- Owner: oakrizan
- Created: 2022-09-15T20:35:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T15:26:21.000Z (over 2 years ago)
- Last Synced: 2025-03-31T13:59:00.097Z (about 1 year ago)
- Topics: allure, gradle, junit5, kotlin, selenide, spotless, spring-boot, ui-testing
- Language: Kotlin
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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```