Previous Test results not cleared from IntelliJ
GoogleCodeExporter opened this issue · 4 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Create jsTestDriver.conf
2. Create jasmine test
3. run test multiple times. Test results just keep accumulating.
What is the expected output? What do you see instead?
I would like to see the results only of the last run.
What version of the product are you using? On what operating system?
jasmine-1.1.0
JasmineAdapter-1.1.2
IntelliJ 12.1.1
Browsers: chrome and firefox
Ubuntu 12.10
Please provide any additional information below.
Might be duplicate of
https://code.google.com/p/js-test-driver/issues/detail?id=414
Original issue reported on code.google.com by rpar...@edc4it.com
on 24 Apr 2013 at 8:53
GoogleCodeExporter commented
use --reset
Original comment by skfy...@gmail.com
on 26 Apr 2013 at 11:04
GoogleCodeExporter commented
Please paste content of your jsTestDriver.conf.
Original comment by Sergey.S...@gmail.com
on 29 Apr 2013 at 11:56
- Added labels: IntelliJ
GoogleCodeExporter commented
It is very basic:
server: http://localhost:9876
load:
- src/*.js
- idea-lib/*.js
test:
- spec/*.js
Original comment by rpar...@edc4it.com
on 29 Apr 2013 at 4:25
GoogleCodeExporter commented
Fixed plugin version has been uploaded to the Plugin Repository (JSTestDriver
Plugin v129.393).
To update it, open Settings dialog, select there "Plugins" item and find there
"JSTestDriver Plugin". Right-click it and select "Update plugin".
Thanks for the feedback.
Original comment by Sergey.S...@gmail.com
on 30 Apr 2013 at 4:24
- Changed state: Fixed