testem Questions
1
When running ember test --host 172.17.0.2 --test-port 4450, I'm getting the following error.
Error: Browser failed to connect within 30s. testem.js not loaded?
Since I'm using a docker container ...
1
Karma has a built-in context.html file that loads up the test
page. But it sucks. Can I specify a custom test page?
The reason I am asking is because I want to see the mocha pretty
interface on th...
Disrepair asked 22/7, 2014 at 22:13
2
Solved
I am using Ember CLI and I am trying to integrate code coverage reports with the built in Qunit tests that are run with testem. I tried to use Istanbul, but I couldn't get it to find the files to i...
Odont asked 30/6, 2014 at 16:32
1
Solved
This is pretty odd. Using the testem runner with jasmine2 and the following spec executes (though it correctly flags that there are no expectations):
describe('Spying on array.prototype methods', ...
Friable asked 10/6, 2015 at 23:45
1
Solved
I have an Ember app built using ember-cli and I'm writing my tests using the ember-qunit testing adapter and running them in the browser using testem as instructed in the ember-cli documentation. A...
Bock asked 8/2, 2015 at 20:52
1
Solved
I am trying to have Testem launching my tests into Chrome browser with specific extension(s) loaded, but by default it's a blank Chrome profile which is started, and which doesn't persist extension...
Rigorism asked 16/9, 2014 at 11:57
1
Solved
I try to connect together our cicleCI with browserstack and run our integration_test and unit tests not only with PhantomJS but on real Firefox and Internet Explorer as well, using Browserstack ser...
Neustria asked 1/8, 2014 at 6:14
1
Solved
$ testem ci
not ok 1 PhantomJS - Browser "phantomjs /home/ubuntu/.nvm/v0.10.12/lib/node_modules/testem/assets/phantom.js http://localhost:7357/6092" exited unexpectedly.
1..1
# tests 1
# pass 0
#...
Simulacrum asked 27/7, 2014 at 20:46
1
© 2022 - 2024 — McMap. All rights reserved.