Skip to content

This is example of cookiecutter automation test template to my talk.

Notifications You must be signed in to change notification settings

v1-wizard/automation-test-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is example of cookiecutter automation test template to my talk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published