ember-cli-fastboot-testing

v0.6.2
Test your FastBoot-rendered HTML alongside your application's tests.
ember-addon

build

ember build --environment=production

lint

concurrently "npm:lint:*(!fix)" --names "lint:"

lint:fix

concurrently "npm:lint:*:fix" --names "fix:"

lint:hbs

ember-template-lint .

lint:hbs:fix

ember-template-lint . --fix

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

start

ember serve

test

concurrently "npm:lint" "npm:test:*" --names "lint,test:"

test:ember

ember test

test:ember-compatibility

ember try:each

test:separate-build

yarn build --environment test && yarn test:ember --path=dist --filter 'Fastboot | basic'
npm i ember-cli-fastboot-testing

Metadata

  • MIT
  • 12.* || 14.* || 16.* || >= 18
  • Ryan Toronto
  • released 9/24/2024

Downloads