Skip to content

irinakartun/vividus-starter

 
 

Repository files navigation

Vividus Starter

The purpose of this repository is to help users start creating automated tests using Vividus.

How to run the existing tests

  1. Clone the repository: git clone --recursive https://github.com/vividus-framework/vividus-starter.git
  2. Go to the local directory with your cloned repository: cd vividus-starter
  3. Run your tests: ./gradlew runStories

How to create own test project using starter

  1. Login to Github: http://github.com. (Create a new account before if you don't have any)
  2. Generate your own project based on the starter project:
  3. Clone your newly generated repository: git clone --recursive your_generated_project_link.git
  4. Go to the local directory with your cloned repository: cd your_repository_name
  5. Clone build system: git clone --recursive https://github.com/vividus-framework/vividus-build-system.git

How to import the project to IDE

Eclipse

  1. Go to the root directory of the test project
  2. Execute command: ./gradlew eclipse
  3. Import project to Eclipse

Support:

Slack chat

About

Vividus-based test project template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published