git clone https://github.com/ember-cli/ember-exam.gitcd ember-examyarn install
yarn lint:hbsyarn lint:jsyarn lint:js --fix
yarn test:ember– Runs the test suite on the current Ember versionyarn test:ember --server– Runs the test suite in "watch mode"yarn test:node- Runs the node testsyarn test:all– Runs the test suite against multiple Ember versions
yarn start- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.
Terminal 1
pnpm ember exam --load-balance --path ./dist --parallel 2 --testem-debug testem.logTerminal 2
tail -f testem.log