HaroonBadsha / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Can't execute jasmine test on Android avd device after capture #394

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a test suite with a simple the test written in Jasmine, requirejs to 
load the dependencies at run-time and js test driver + jasmine-jstd-adapter to 
run the tests (this use qunit instead of jasmine... 
http://pseudobry.com/js-test-driver-qunit-coverage-requirejs/)
2. Start the jstd server and pair it with the avd emulator on 
10.0.2.2:9876/capture
3. Run the test from cli by using the jstd runner

What is the expected output? What do you see instead?
I can only see the android safari browser being reset but no tests run on it, 
instead they run on any other captured browser.

What version of the product are you using? On what operating system?
Windows 7, Jstd 1.3.4.b, http://pivotal.github.com/jasmine/, 
https://github.com/ibolmo/jasmine-jstd-adapter, RequireJs 2.0.4

Please provide any additional information below.

Original issue reported on code.google.com by superluglor on 23 Jul 2012 at 5:44