Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"enableSoftAssert": true does not allow cy.vrtTrack() function to run in async and allow tests to run independently #352

Closed
alexniculae opened this issue Mar 24, 2022 · 1 comment

Comments

@alexniculae
Copy link

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.

@alexniculae
Copy link
Author

Created a new issue under the VRT cypress-agent, as after investigations it looked better there

Please let me know if you think it'd make even more sense to move it to the javascript sdk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant