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.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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