Skip to content

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

@alexniculae

Description

@alexniculae

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 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions