The purpose of this repository is to help users start creating automated tests using Vividus.
- Clone the repository:
git clone --recursive https://github.com/vividus-framework/vividus-starter.git
- Go to the local directory with your cloned repository:
cd vividus-starter
- Run your tests:
./gradlew runStories
- Login to Github: http://github.com. (Create a new account before if you don't have any)
- Generate your own project based on the starter project:
- Open generator page: https://github.com/vividus-framework/vividus-starter/generate
- Provide repository name for your test project
- Choose option to make your repository
Public
orPrivate
(Private
is recommended from start, it can be changed in future)
- Clone your newly generated repository:
git clone --recursive your_generated_project_link.git
- Go to the local directory with your cloned repository:
cd your_repository_name
- Clone build system:
git clone --recursive https://github.com/vividus-framework/vividus-build-system.git
- Go to the root directory of the test project
- Execute command:
./gradlew eclipse
- Import project to Eclipse