-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
feat(cypress): add support for cypress-multi-reporter #726
feat(cypress): add support for cypress-multi-reporter #726
Conversation
✅ Deploy Preview for knip canceled.
|
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.
Thanks for the pull request! Looks great, added a few comments. No biggies, just hoping we don't have to pull in the entire cypress dependency.
d91d007
to
d4121d9
Compare
Run & review this pull request in StackBlitz Codeflow. commit: knip
|
@webpro I don't think the new test errors are related to this PR, any ideas what's happening here? |
The tests are stable in my experience, so they should just pass. I do see some imports having the |
Signed-off-by: aramissennyeydd <[email protected]>
@webpro Yup that was it, looks like everything passed once I changed those! |
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.
Minor thingie, happy to merge either way!
🌬️ away with ye type error |
Thanks for the efforts, @aramissennyeydd! Appreciated. |
Closes #701