Skip to content

sl-sandy/UI_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run this test framework:

  1. Install Ubuntu(I use 16.04)

    please refer to https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop

  2. Install nodejs&npm

    sudo apt-get update

    sudo apt-get install nodejs

    sudo apt-get install npm

    nodejs -v

  3. Install Protractor&Webdriver-manager

    npm install -g protractor

    webdriver-manager update

    webdriver-manager start

  4. Install Git

    sudo apt-get install git-core

  5. Configure your own git setting

    git config --global user.name "testuser" git config --global user.email "[email protected]"

  6. Clone this project

    git clone [email protected]:sl-sandy/UI_Automation.git

  7. Enter into root folder(with conf.js in it) of this project then run following command

    protractor conf.js --suite smoke

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published