Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ebazhanov/api-example


https://github.com/ebazhanov/api-example

Last synced: 26 days ago
JSON representation

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)