Skip to content

This repository is the source for the IT Training & Consultant Inc. Software Development and Full Stack SQA Engineering & Code4Kids Standards and best practices documentation. More info: https://www.onetechi.com

Notifications You must be signed in to change notification settings

gits5213/DataProtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.

API Includes

`Selenium Webdriver`
`Protractor`
`NodeJS`
`Javascript`
`Jasmine`
`Page Object Model`
`Data Driven Concept`
`dependencies management` 
`Travis Integration`
`Git/GitHub Integration`
`Docker Integration`
`Jasmine Reporting`

How to Execute the test cases

Use npm to install Protractor globally with

`npm install -g protractor`

Use it to download Selenium necessary binaries with

`webdriver-manager update`

Run the test

`protractor conf.js`

Install Yarn

`npm install yarn -g`
`yarn init`
`yarn add webdriver-manager update`
`yarn add protractor-jasmine2-html-reporter`

About

This repository is the source for the IT Training & Consultant Inc. Software Development and Full Stack SQA Engineering & Code4Kids Standards and best practices documentation. More info: https://www.onetechi.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published