🖥️🐹 Cross-Browser Ember UI Testing w/ BrowserStack
This application is an example implementation of the ideas presented in the blog post @cyk/ember-cli-testing-with-browserstack-dead60eecbb1">“Ember CLI testing with BrowserStack”. It includes:
Read more about it (and the gotchas) on @cyk/ember-cli-testing-with-browserstack-dead60eecbb1">the blog post.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd ember-browserstack-example
yarn install
ember serve
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
BrowserStackLocal --key <key>
sets up local connectionexport BROWSERSTACK_USER=<username>; export BROWSERSTACK_ACCESS_KEY=<key>
from Automate tab of BrowserStackember test --test-port 8000 -l <launcher>
ember build
(development)ember build --environment production
(production)