Skip to content

Instantly share code, notes, and snippets.

@abuiles
Last active August 29, 2015 14:00
Show Gist options
  • Save abuiles/11024319 to your computer and use it in GitHub Desktop.
Save abuiles/11024319 to your computer and use it in GitHub Desktop.

ember-cli test

testem.json

{
  "framework": "qunit",
  "cwd": "dist",
  "test_page": "tests/index.html",
}

Add <script src="/testem.js"></script> to your tests/index.html file.

Run ember build && testem ci

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment