2.2.0 • Published 6 years ago

ember-cli-sauce v2.2.0

Weekly downloads
641
License
MIT
Repository
github
Last release
6 years ago

ember-cli-sauce Build Status

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 username
    • SAUCE_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

6 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.10.1

7 years ago

1.10.0

7 years ago

1.9.0

7 years ago

1.8.0

7 years ago

1.7.1

7 years ago

1.7.0

7 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

9 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.0

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago