When in testproject platform, just create a job, and set “restart browser for each test” to false, it make all test cases in the whole test job run together.
But the job cann’t export to local. And the test cases only can exported one by one. Then running these zip files by agent-cli like below:
testproject-agent.exe run .\login.zip .\addCart.zip
Well… the two test cases cann’t use the same brower session…
What can I do?