Skip to content

benbracha/protractor-test-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Simple angular app with protractor e2e test (Based on https://github.com/byverdu/BussuAngularTest)

Reproducing issue: mochajs/mocha#2157

Required external packages:

  1. webdriver-manager: https://www.npmjs.com/package/webdriver-manager
  2. protractor@2: https://github.com/angular/protractor

I installed both globally (npm install -g).

Install app packages:

  1. npm install
  2. bower install

Run the app:

  1. npm start

Run e2e:

  1. protractor config/protractor-conf.js

Reproducing the bug:

  • Test should run and fail (because of wrong assertion).
  • Putting ".only" on the "describe" part - test run and fails - OK.
  • Putting ".only" on the "it" part - test doesn't run and passed.

About

Simpe angular app with protractor e2e test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published