Get help with testing, discuss unit testing strategies etc.


Post by klodoma »

in the trial folder I execute:
> bin/webdriver examples/sencha-extjs --nyc.include='**/5.code_coverage' --nyc.reporter=html --include code_coverage
and I am getting the followin error:
andy@osboxes:~/siesta-5.2.2-trial$ bin/webdriver localhost/examples/sencha-extjs/ --nyc.include='**/5.code_coverage' --nyc.reporter=text --include code_coverage --browser firefox
[ERROR] The project page you are targeting contains Siesta Lite distribution. To use automation facilities, 
make sure project page uses `siesta-all.js` from Standard or Trial packages
[ERROR] Setup failed: Error: Error while opening project page: 5
Screenshot_358.png
Screenshot_358.png (160.46 KiB) Viewed 2004 times

Is this a trial limitation or something else?

Post by nickolay »

Confirmed, thanks for the report! Not reproducible with Chrome. Please use Chrome for now, we'll fix this for the next release.

Post by nickolay »

This is something related to the UI code being minified in the trial. If you point the launcher to the `/examples/sencha-extjs/index-no-ui.html` it will work. Investigating further.

Post by nickolay »

Ok, this one is fixed, you can verify in the tomorrow nightly or in 5.2.3

Post Reply