Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anazalu/omega-test


https://github.com/anazalu/omega-test

java junit5 maven restassured selenium

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Omega-test

## Manuālo testu pārskats:
https://docs.google.com/document/d/1EpmJKQKN2E691fSuPNqmfEovVwBCx8Bh6gmhr1pHRuo/edit?usp=sharing

## Automatizēto testu palaišana:

(Nepieciešams Maven)
- Visi testi:
```
mvn test
```
- Pa vienam testu failam:
```
mvn test -Dtest=ApiTest
```
- Pa vienam scenārijam:
```
mvn test -Dtest=ApiTest#deleteEventIncorrectEndpoint test
```