Giter Club home page Giter Club logo

ember-browserstack-example's Introduction

Ember CLI BrowserStack Example

Example cross-browser testing with of an Ember CLI app.

Build Status Greenkeeper badge

Introduction

This application is an example implementation of the ideas presented in the blog post "Ember CLI testing with BrowserStack". It includes:

Read more about it (and the gotchas) on the blog post.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-browserstack-example
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Via BrowserStack

  • BrowserStackLocal --key <key> sets up local connection
  • export BROWSERSTACK_USER=<username>; export BROWSERSTACK_ACCESS_KEY=<key> from Automate tab of BrowserStack
  • ember test --test-port 8000 -l <launcher>
  • Test port 8000 allows Safari connection

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links

Inspiration / Thank You

ember-browserstack-example's People

Contributors

cyk avatar ember-tomster avatar greenkeeper[bot] avatar

Watchers

 avatar  avatar

ember-browserstack-example's Issues

An in-range update of ember-cli-uglify is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.1.0 of ember-cli-uglify was just published.

Branch Build failing 🚨
Dependency ember-cli-uglify
Current Version 2.0.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

ember-cli-uglify is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 3 commits.

  • e5f0b28 release v2.1.0 🎉
  • 27d5bb1 Merge pull request #37 from mikrostew/parallel-uglify
  • 9243fcd run uglify in parallel

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ember-ajax is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.1.0 of ember-ajax was just published.

Branch Build failing 🚨
Dependency ember-ajax
Current Version 3.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

ember-ajax is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.1.0

Features

Commits

The new version differs by 33 commits.

  • 8fa376b v3.1.0
  • f375fb8 Ignore a bunch of packages in Greenkeeper
  • 3314904 test fix
  • b96d632 fix: Small mistake with undefined function
  • 00c84d6 decision function and status codes as part of the constructor
  • 25f4e55 Expose status codes on error objects
  • c92d9a7 Update Ember and Ember CLI
  • 24f91ec Install prettier config into ESLint
  • 59a60e1 Replace ember-suave with the Ember ESLint config
  • 967c976 Update other dependencies
  • 66c89a9 Update to lastest version of ember-cli
  • 8fd4113 Install ember-cli-update
  • ccd574c Upgrade ember-cli-testdouble
  • 1b4b32e Update yarn.lock
  • e8270f9 chore(package): update eslint to version 4.1.0 (#308)

There are 33 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml
  • The new Node.js version is in-range for the engines in 1 of your package.json files, so that was left alone

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ember-resolver is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.5.1 of ember-resolver was just published.

Branch Build failing 🚨
Dependency ember-resolver
Current Version 4.5.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

ember-resolver is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 22 commits.

  • 4fbf54a v4.5.1
  • 0d3a85d Merge pull request #225 from ember-cli/expandLocalLookup
  • 338680a Implement MU sources and namespaces with expandLocalLookup
  • ecc4748 glimmer-resolver v0.4.3
  • 04f47d5 Add new types for new Ember releases
  • d7dc4dd Merge pull request #224 from 201-created/isaac/fallback-normalization
  • e38f353 normalize specifiers before passing to fallback
  • 13f05eb Merge pull request #221 from 201-created/isaac/fix-main-service-lookup
  • b2357af Merge pull request #222 from SergeAstapov/document-pluralizedTypes
  • 000bc2b [DOCS] Adds example about pluralizedTypes usage
  • 9b5e679 fix requires registry for main services/components
  • 9937486 Add template-options type to config
  • 7f3fbcf Merge pull request #220 from 201-created/isaac/namespace-argument
  • b57afa8 Add tests for main add-on lookup
  • 50036c2 glimmer-wrapper resolver to take targetNamespace

There are 22 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of broccoli-asset-rev is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.7.0 of broccoli-asset-rev was just published.

Branch Build failing 🚨
Dependency broccoli-asset-rev
Current Version 2.6.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

broccoli-asset-rev is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 6 commits.

  • 087417f 2.7.0
  • 81de916 Merge pull request #125 from ef4/fastboot-manifest-with-tests
  • 631c552 dropping ancient node from ci
  • 4e9aea2 Maintain correctness when rewriting fastboot-capable apps
  • 1ad8086 Merge pull request #123 from rickharrison/broccoli-asset-rev/patch-1
  • 772d90f README: Slightly more careful markdown

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ember-load-initializers is breaking the build 🚨

Version 1.1.0 of ember-load-initializers was just published.

Branch Build failing 🚨
Dependency ember-load-initializers
Current Version 1.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

ember-load-initializers is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 14 commits.

  • 3f1f39b 1.1.0
  • 234964c Add 1.1.0 to CHANGELOG.
  • f9c3eac Merge pull request #53 from GavinJoyce/gj/allow-colocated-test-files
  • 6b6e40c allow colocated test files
  • d3e4a88 Merge pull request #52 from eliasmelgaco/update-ember-cli
  • 85adf6c Update ember-cli to 3.1.2
  • 69fe4b4 Merge pull request #51 from efx/bump-ember-cli
  • fb82460 bump dependencies, refactor tests slightly
  • d73c0b6 Merge pull request #49 from efx/fix-linting
  • 3a87918 fix linting config
  • bff6ff6 Merge pull request #48 from efx/topic-contributer-cleanup
  • ea41645 internal clean up for contributing
  • 043dbb9 Merge pull request #46 from efx/fix-coduct-markdown
  • 9c41f09 fix code of conduct markdown

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli-babel is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 6.12.0 of ember-cli-babel was just published.

Branch Build failing 🚨
Dependency ember-cli-babel
Current Version 6.11.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

ember-cli-babel is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 6 commits.

  • d8f266c release v6.12.0 🎉
  • fd6c9a6 Merge pull request #204 from kellyselden/_shouldDoNothing
  • ea3a2c5 add test
  • 5442a39 add a no-op optimization
  • 4b68bef Merge pull request #199 from astronomersiva/remove_redundant_check
  • 1e1bba9 Remove redundant check for targets

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli-qunit is breaking the build 🚨

Version 4.3.0 of ember-cli-qunit was just published.

Branch Build failing 🚨
Dependency ember-cli-qunit
Current Version 4.2.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

ember-cli-qunit is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 5 commits.

  • 8bc7d15 v4.3.0
  • 4f7d32e Add v4.3.0 to CHANGELOG.md.
  • 371b9fa Update minimum version of ember-qunit to 3.3.0.
  • f9da916 Update packages to latest allowed versions.
  • 4d418f4 Update yarn.lock to match package.json.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ember-welcome-page is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.2.0 of ember-welcome-page was just published.

Branch Build failing 🚨
Dependency ember-welcome-page
Current Version 3.1.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

ember-welcome-page is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 5 commits.

  • 881d04a 3.2.0
  • 7f1ebdc Merge pull request #80 from ember-cli/update-deps
  • 4a0d0f2 update deps
  • 78fe1e8 Merge pull request #79 from aureliosaraiva/master
  • 4ef849e added link Ember Community

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of greenkeeper-lockfile is breaking the build 🚨

Version 1.13.0 of greenkeeper-lockfile was just published.

Branch Build failing 🚨
Dependency greenkeeper-lockfile
Current Version 1.12.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

greenkeeper-lockfile is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v1.13.0

1.13.0 (2018-01-19)

Features

  • add basic Codeship CI Integration (258e9c0)
Commits

The new version differs by 3 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of loader.js is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.7.0 of loader.js was just published.

Branch Build failing 🚨
Dependency loader.js
Current Version 4.6.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

loader.js is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 9 commits.

  • 27b4098 release v4.7.0 🎉
  • d42a2c7 Merge pull request #137 from 2hu12/patch-1
  • 367dbfc Update define.alias API description
  • d5fb086 Merge pull request #133 from tmquinn/find-alias-modules-with-index
  • ffacdb4 Add test for quz/index
  • 933c7c8 Merge pull request #134 from ember-cli/add-test
  • ed8c85a Fix typo and add tests
  • 5141a0f Add test ensuring /index doesn’t invokes callbacks the appropriate number of times
  • f8b282b Find aliases whose target is at index

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of greenkeeper-lockfile is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.13.3 of greenkeeper-lockfile was just published.

Branch Build failing 🚨
Dependency greenkeeper-lockfile
Current Version 1.13.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

greenkeeper-lockfile is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v1.13.3

1.13.3 (2018-02-28)

Bug Fixes

  • Use build number from env on Jenkins (d2b51fb)
Commits

The new version differs by 3 commits.

  • d2b51fb fix: Use build number from env on Jenkins
  • 3af5bf9 chore(package): update lockfile
  • 0371975 chore(package): update standard to version 11.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.