You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I think we should separate integration specs from component specs, but could not figure out how to do this in specs jsx file. Probably something like this would be nice
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#5923, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
This is for #5923 (component testing)
against branch
issue-5922-mountMode
Example project with integration and component tests https://github.com/bahmutov/test-mdx-example (clone and install dependencies)
To run the example project, switch Cypress monorepo to
issue-5922-mountMode
, runyarn
to install dependencies and build, and then useIf I print specs received by the Desktop GUI
specs.integration
like thisThe list shows
specType
propertyI think we should separate integration specs from component specs, but could not figure out how to do this in specs jsx file. Probably something like this would be nice
The text was updated successfully, but these errors were encountered: