https://github.com/wishtack/wt-protractor-boilerplate
👴🏻 A boilerplate to run e2e tests using gulp, protractor and browserstack on AngularJS and non-AngularJS web apps.
https://github.com/wishtack/wt-protractor-boilerplate
legacy protractor
Last synced: 5 months ago
JSON representation
👴🏻 A boilerplate to run e2e tests using gulp, protractor and browserstack on AngularJS and non-AngularJS web apps.
- Host: GitHub
- URL: https://github.com/wishtack/wt-protractor-boilerplate
- Owner: wishtack
- Created: 2015-05-05T17:30:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T10:22:29.000Z (almost 8 years ago)
- Last Synced: 2025-04-19T23:19:33.501Z (6 months ago)
- Topics: legacy, protractor
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# wt-protractor-boilerplate
This is a boilerplate to demonstrate the combined and powerful usage of gulp, protractor and browserstack to run
cross-browser e2e (end-to-end) tests with AngularJS web apps or any other website.Just clone and run it!
```shell
# Clone it.
git clone https://github.com/wishtack/wt-protractor-boilerplate.git
cd wt-protractor-boilerplate
# Install dependencies.
npm install
# Install gulp command.
sudo npm install -g gulp
# Run google search demonstration test.
export BROWSERSTACK_USER=your_browserstack_user_id
export BROWSERSTACK_KEY=your_browserstack_key
gulp test-e2e
```Then you can write your own tests in 'test/e2e/' directory and choose the browsers you want to test in 'gulp/config-protractor.js'.