Skip to content

signaturit/automation-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation training

Example project using Protractor with Cucumber and Page Objects

How to install

Requirements

Clone repository

  • git clone git@github.com:signaturit/automation-training.git
  • cd automation-training

Steps

  1. Use the correct Node/NPM versions

    nvm use

  2. Download and install Node Modules:

    npm install

  3. Start Webdriver Manager (in 1 terminal window)

    npm start

  4. In a new tab build and Run the tests using the following commands:

    tags="@metatag" npm run e2e

Collaborators

  • 🍹 Agustina Bosso 🍻

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published