https://github.com/vividus-framework/vividus-training
https://github.com/vividus-framework/vividus-training
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vividus-framework/vividus-training
- Owner: vividus-framework
- Created: 2022-08-26T13:17:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-22T08:02:23.000Z (6 months ago)
- Last Synced: 2025-12-22T09:02:33.163Z (6 months ago)
- Language: Gherkin
- Homepage:
- Size: 271 KB
- Stars: 4
- Watchers: 4
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# VIVIDUS Training: Practice Part 1
## Tests Execution and Analysis
1. Clone this repository to your local machine and build the project using the instructions provided in Module 4.
1. Import the project into your Eclipse workspace:
- Go to File > Import > Existing Projects into Workspace.
- Set the path to the built project and click Finish.
1. Rename the `/properties/environment/saucedemo` package to the `/properties/environment/saucedemo_{yourSurname}` (e.g. `saucedemo_Ivanov`).
1. Update the environment reference in the `configuration.properties` file to match the new package name from the previous step. Then run tests located in the `/demo` folder on your local machine using the default configuration explained in Module 5.
1. Zip the folder that contains the autogenerated Allure Report, and then upload the zipped file to the designated practical task page in the course. Your mentor will review it once you submit all the tasks.
1. Once the task is completed, make sure to commit all your local changes with commit message "{yourSurname}" to your current local branch.