Test Failed but report shows test passed

Dear All, I had run my automation testing using Teamcity server but my report shows all test passed but teamcity server shows some tests are failed. Which one is true? 

0
5 comments

I'm using extent report with Selenide framework. 

0
Hi! Are you running the tests on a Windows agent in TeamCity? If so, does it start as a Windows service? If that is the case, you can try starting the agent "manually" using the startup script: 
\bin\agent.bat start
0

The teamcity build agent is running as window service as I check.. Any others errors?

 

0
If the tested app is run as (or forked from) a Windows service, there may be UI testing issues due to Windows service limitations. You can try starting the agent "manually" using the startup script, as I mentioned above, and see if it changes anything.
0

Thanks for your reply. Let me try and see. 

0

Please sign in to leave a comment.