Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Hey, @mlaw93. Could you provide some additional info about your issue?
The issue is highly likely to do with the CI setup you have. There's an element or two which alter your application behavior and result in the mocking not working as expected. |
Beta Was this translation helpful? Give feedback.
-
I have a Vue app that uses Cypress + MSW, and locally it runs perfect. I have attempted to deploy it in our gitlab pipeline but during the test phase it does not seem that msw is intercepting the calls. In the gitlab pipeline it is running in a docker container and it does attempt to run the test but the data is not populating as a result of the msw intercept the way it does locally.
Any advice? Someone have a sample project that uses Cypress with MSW in a gitlab pipeline?
Beta Was this translation helpful? Give feedback.
All reactions