Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anazalu/omega-test
- Owner: anazalu
- Created: 2024-11-23T10:43:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T15:02:57.000Z (about 2 months ago)
- Last Synced: 2024-12-15T16:20:08.726Z (about 2 months ago)
- Topics: java, junit5, maven, restassured, selenium
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```