joao-carloto / FireRobot

Firefox extension for Robot Framework/Selenium.
Other
28 stars 6 forks source link

Necessary to open the test report manually in Linux and OS X #15

Open joao-carloto opened 9 years ago

joao-carloto commented 9 years ago

After the test suite is run, the test report won't open automatically in Linux and OS X. This is probably a limitation of nsIProcess and the runAsync() method. The observer returns immediately as if the test run is finished. At that point there is no report.