This is example of cookiecutter automation test template to my talk http://tiny.cc/g7yh8y
{{cookiecutter.project_name}}
- should be the same as git repository name{{cookiecutter.project_slug}}
- default package for all non testing stuff
- Create new repository on your gitlab (for example:
dummy-example-tests
) - Configure
$BUILD_PATH
variable in repository configuration - Clone repository
> git clone git@{YOUR-GITLAB}:{YOUR-NICKNAME}/dummy-example-tests.git
- Execute this command in parent directory of your project
> cookiecutter -fc 1.0 [email protected]:v1-wizard/automation-test-template.git
- Fill all fields
- Go to your project and write code
> cd dummy-example-tests
- Push your changes to gitlab
- Enjoy