Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebazhanov/api-example
https://github.com/ebazhanov/api-example
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebazhanov/api-example
- Owner: Ebazhanov
- Created: 2019-01-28T11:40:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T00:23:17.000Z (about 6 years ago)
- Last Synced: 2025-01-22T14:54:32.886Z (30 days ago)
- Language: Java
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Done
- [x] run tests in parallel mode;
```mvn clean test```
- [x] ability to run tests for different browsers/mobile devices 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```
```mvn allure:serve```
### Video how does it looks like
- parallel run
- on diff browser(firefox) + env(prod)