mortenb123
6 years agoContributor
TestExecute upgraded, but all I get is "You cannot run CrossBrowserTesting tests in TestExecute."
Tests runs fine in TC14.2, also ran fine in TE11.20, but after upgrade I get the above message. I'm testing a Desktop project, but during installation it asked to upgrade Chrome and Gecko drivers and I said yes.
From the https://support.smartbear.com/testexecute/docs/running/automating/command-line/command-line.html
all the old parameters seem to still be valid
"C:\Program Files (x86)\SmartBear\TestExecute 14\Bin\TestExecute.exe" \ "C:\TestAutomation\TestProject\LraTestProjectSuite.pjs" \ /r \ /project:EpicIteration \ /environment:Emulators \ /lrapath:C:\TestAutomation\TestedApp \ /lrapathlocal:"C:\TestAutomation\TestedApp\LraClient.exe \ /appconfig:TestConfigs/Emulators.Local.exe.config" \ /ForceConversion \ /e \ /el:"C:\TestAutomation\logs\2019.11.20_16-01-35 Win7_64\2019.11.20_16-01-35__RefactoredTests.mht" \ /ErrorLog:"C:\TestAutomation\logs\2019.11.20_16-01-35 win7_64\2019.11.20_16-01-35__RefactoredTests.error.log"
Which gives:
"You cannot run CrossBrowserTesting tests in TestExecute."
Thanks, after looking this up, I believe storages.INI it the cleanest way to solve this.
I also have a deploy.py script that parses the setupfile and replace it with the correct values.
Thanks again