Skip to content

bjorkblom/ui-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ui-testing

UI-Testing

Install plugins that your project needs:

$ npm install

#E2E testing $ node node_modules/protractor/bin/webdriver-manager update

Install Angular mocks

$ bower install angular-mocks -save

#Run tests

  • Client tests: $ grunt client.tests.local
  • Client tests on browserstack: $ grunt client.tests.browserstack
  • Client tests on crossbrowser: $ grunt client.tests.crossbrowser
  • E2E tests: $ grunt e2e.tests
  • UI tests: $ grunt ui.tests

About

UI-Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published