Tested the below use case with the Cypress-Agent:
- in the vrt.json file in the root of the project add "enableSoftAssert": true
- for a simple test that runs in 1 sec create 10 vrtTracks at the end of the test
- the test now takes 70-80 seconds to finish
Is there any way to allow the tests to run async and independent of the engine of VRT, at least when the enableSoftAssert is set to true?
If we don't want to fail the tests because of the results of the visual test, then at least we could leverage the speed of the tests.
Let me know if this issue should actually be moved to the js-sdk - was not 100% sure, but that might be best 🙂