nikseras / js-test-driver

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

Previous Test results not cleared from IntelliJ #430

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
use --reset

Original comment by skfy...@gmail.com on 26 Apr 2013 at 11:04

GoogleCodeExporter commented 8 years ago
Please paste content of your jsTestDriver.conf.

Original comment by Sergey.S...@gmail.com on 29 Apr 2013 at 11:56

GoogleCodeExporter commented 8 years ago
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 8 years ago
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