Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 888 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 888 Bytes

This is example of cookiecutter automation test template to my talk http://tiny.cc/g7yh8y


Configuration

  • {{cookiecutter.project_name}} - should be the same as git repository name
  • {{cookiecutter.project_slug}} - default package for all non testing stuff

Usage

  1. Create new repository on your gitlab (for example: dummy-example-tests)
  2. Configure $BUILD_PATH variable in repository configuration
  3. Clone repository
    > git clone git@{YOUR-GITLAB}:{YOUR-NICKNAME}/dummy-example-tests.git
  4. Execute this command in parent directory of your project
    > cookiecutter -fc 1.0 [email protected]:v1-wizard/automation-test-template.git
  5. Fill all fields
  6. Go to your project and write code
    > cd dummy-example-tests
  7. Push your changes to gitlab
  8. Enjoy