mirabeau-nl / WbTstr.Net

[DEPRECATED, see README.md] Easy automated functional testing.
MIT License
4 stars 3 forks source link

Kill chrome driver before running a test #7

Closed lazytesting closed 9 years ago

lazytesting commented 9 years ago

Running a test with the local chrome driver will fail when the previous test is interrupted. To make the test process more stable, first kill the chrome driver before running the test.

lazytesting commented 9 years ago

Solved in commit 0f13b38a360107459bd57d155634675e73a12528 in slightly different way. Each instance of the driver will get an unique process name, this way it's possible to start multiple instances of the Chrome Driver.