Fairly straightforward I think, but the result returned from cypress.run()documented here mentions a runUrl in the return value, which is a string. However, the type definitions do not mention it, though it still appears to be in the codebase from what I can see.
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#6066, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Fairly straightforward I think, but the result returned from
cypress.run()
documented here mentions arunUrl
in the return value, which is a string. However, the type definitions do not mention it, though it still appears to be in the codebase from what I can see.The text was updated successfully, but these errors were encountered: