https://github.com/ebazhanov/fresh-ui-api
example of test UI and API
https://github.com/ebazhanov/fresh-ui-api
rest-assured selenide-demo-test
Last synced: about 2 months ago
JSON representation
example of test UI and API
- Host: GitHub
- URL: https://github.com/ebazhanov/fresh-ui-api
- Owner: Ebazhanov
- Created: 2019-02-02T00:35:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T16:03:40.000Z (over 6 years ago)
- Last Synced: 2025-03-17T09:52:25.726Z (2 months ago)
- Topics: rest-assured, selenide-demo-test
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fresh
### Set up
You will need the following technologies available to try it out:
* Git
* Maven 3+
* JDK 8
* IDE of your choice
* Web browser Chrome### Ho w to run
- [x] run tests in parallel mode;
```mvn clean test```
- [x] ability to run tests for different browsers/os by configuring;
- [x] ability to run tests for different environments(urls) by configuring/by command-line.```mvn clean test -Denv=prod -Dbrowser=firefox```
### Generate Allure report
```mvn allure:report```
### Open Allure report in browser
```mvn allure:serve```
### Video how does it looks like
- [parallel run/diff browser(firefox) + env(prod)](https://monosnap.com/file/veYCgJGsbi9ov3s94j0eROYsPHmro2)