Recent commits have been failing travis runs due to a slew of issues originating from ember-cli-sauce. Some of these issues include:
An outdated version of sauce is used if not sauce_version is explicitly listed in travis.yml. An error regarding an old version of sauce being used can be seen in many of travis logs of recent commits to this repo.
Some of the args being passed were not being recognized by ember-cli-sauce. Doesn't help that their docs are wildly out of date :) Moving away from the shorthand syntax for a few of the args solves this issue.
Executing the ember-cli-sauce executable directly
Tested by downloading and configuring sauce locally and running against my local sauce config via yarn test:sauce.
Recent commits have been failing travis runs due to a slew of issues originating from ember-cli-sauce. Some of these issues include:
Tested by downloading and configuring sauce locally and running against my local sauce config via
yarn test:sauce
.