https://github.com/anazalu/omega-test
https://github.com/anazalu/omega-test
java junit5 maven restassured selenium
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anazalu/omega-test
- Owner: anazalu
- Created: 2024-11-23T10:43:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T18:49:21.000Z (7 months ago)
- Last Synced: 2025-02-25T19:37:32.199Z (7 months ago)
- Topics: java, junit5, maven, restassured, selenium
- Language: Java
- Homepage:
- Size: 14.6 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
```