Many thing can cause this
- unreliable tests, where concurrency can occur or uninitialized values
- Windows permission
- invalid path inside the machine
- the user under which the salve run the tests (service under windows
don't have access to the GUI part and you need to run the s
If your Jenkins agent is running as a service, then that may cause
different behaviors if your tests depend on interacting with a user
interface (like Selenium tests, or web browser driven tests).
If your Jenkins agent is running as a different user, and your tests depend
on a specific user, that
Hi,
I am wondering if someone can help. I have setup Jenkins to run Unit Tests.
Our application currently has 289 tests.
If I run it through Jenkins only 89 pass. But If I run it through VS 2010
247 pass.
Is there something that I should be doing in Jenkins?
This is how I have config