Currently it is not possible to get support for Axivion Suite via this forum. Therefore you need to use the email address in the communication you got when the license was purchased. Or alternatively log into the Customer Portal and create a support request there with the request set to be Axivion.
Found it. I overlooked the following traceback in the logs.
Traceback (most recent call last):
File "/mnt/ssd2/develop/experiments/python-squish/mysquishtest.py", line 16, in <module>
squishtest.waitForApplicationLaunch()
RuntimeError: Waiting for application timed out
When I remove the call squishtest.waitForApplicationLaunch() it works and I can use squishtest.test.compare() to test conditions.
Hi @ViniciusCarvalho just wanted to know if you were able to get the profiling that you looking for?
The profiling results are displayed in the execution report pane under the time column, you can open if its not already open in the coverage browser with "File --> Execution Comparison Analysis." were these not available in your coverage data?
I am also trying to work on similar case, so I’m curious to hear how it went on your side