-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Export import unit tests #2663
Export import unit tests #2663
Conversation
INS-75 Unit tests lost after export -> import
See comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done 😄 I don't think we should be exporting unit test results, though, so a small change to make please!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comment, almost there!
Deploy preview for insomnia-storybook ready! Built with commit e40a4db |
This PR covers the importing & exporting of unit test suites, tests and results. Video demo can be seen here:
https://share.getcloudapp.com/4guJQJjQ
Closes: #2619
FIXES INS-75