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?
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
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.
I'm using extent report with Selenide framework.
\bin\agent.bat start
The teamcity build agent is running as window service as I check.. Any others errors?
Thanks for your reply. Let me try and see.