2.2.0 • Published 7 years ago
ember-cli-sauce v2.2.0
ember-cli-sauce 
Cross browser testing for your ember-cli app using SauceLabs.
Installation
ember install ember-cli-sauce
Usage
- Get a SauceLabs account.
- Make sure Sauce credentials are set in env:
SAUCE_USERNAME
- your SauceLabs usernameSAUCE_ACCESS_KEY
- your SauceLabs API/Access key.
- Add browsers using
ember sauce --help
- During test runs an open Sauce Connect tunnel is required. You can create a tunnel using the following command:
ember sauce:connect
Use a different port
Some browsers (e.g. Safari & Edge) don't work with the default testem port and require a different port for now.
ember test --test-port 7000
Please vote on https://saucelabs.ideas.aha.io/ideas/SLIDEA-I-284, to have this working out of the box.
Using on Travis
- Add
SAUCE_USERNAME
,SAUCE_ACCESS_KEY
and the following script to your.travis.yml
before_script:
- ember sauce:connect
after_script:
- ember sauce:disconnect
- Happy testing!
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
2.2.0
7 years ago
2.1.1
8 years ago
2.1.0
8 years ago
2.0.0
9 years ago
1.10.1
9 years ago
1.10.0
9 years ago
1.9.0
9 years ago
1.8.0
9 years ago
1.7.1
9 years ago
1.7.0
9 years ago
1.6.0
9 years ago
1.5.0
9 years ago
1.4.4
10 years ago
1.4.3
10 years ago
1.4.2
10 years ago
1.4.1
10 years ago
1.4.0
10 years ago
1.3.1
10 years ago
1.3.0
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.1.0
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
11 years ago
0.0.3
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago