billions-megabyte-48904
08/19/2022, 2:34 PMadventurous-dream-20049
08/19/2022, 5:40 PMcypress/plugins/index.js
is no longer supportedlate-planet-4481
08/19/2022, 9:28 PMadorable-smartphone-87280
08/19/2022, 10:02 PMbillions-megabyte-48904
08/22/2022, 3:39 PMlate-planet-4481
08/22/2022, 7:00 PMfresh-doctor-14925
08/23/2022, 7:44 AMgifted-advantage-53434
08/23/2022, 8:26 AMfresh-doctor-14925
08/23/2022, 8:49 AMgifted-advantage-53434
08/23/2022, 8:53 AMfresh-doctor-14925
08/23/2022, 8:55 AMit()
block, so they should be suitable for your use case
https://docs.cypress.io/guides/guides/command-line#Commandsgifted-advantage-53434
08/23/2022, 8:57 AMfresh-doctor-14925
08/23/2022, 8:58 AMfancy-match-96032
08/23/2022, 2:59 PMfancy-match-96032
08/23/2022, 3:11 PMfresh-doctor-14925
08/23/2022, 3:24 PMgentle-yacht-17399
08/24/2022, 2:58 PMexperimentalSessionAndOrigin
features. The problem I am facing is that, when running in a multi-container setup in CI on Gitlab, I am getting 401s on the API requests that the Frontend makes because the session cookie isn't being passed along in those requests. I have a working test suite with this setup in Cucumber so there shouldn't be anything fundamentally wrong. If I run both the Rails application and Frontend project on the same container in Gitlab, everything works as expected. CORS is setup properly for this setup and the cookies are set with SameSite=Lax in CI. Has anyone experienced this issue before that can shed some light?shy-van-7331
08/25/2022, 2:21 PMadventurous-dream-20049
08/25/2022, 2:52 PM--tag
as an option to your cypress run
command: https://docs.cypress.io/guides/guides/command-line#Optionsshy-van-7331
08/25/2022, 2:53 PMshy-van-7331
08/25/2022, 2:54 PM---tag
parameter. I've for now solved it by just echoing the URL out in our CI/CD job. But still seems weird to me I can't find it in the dashboard by default.adventurous-dream-20049
08/25/2022, 2:57 PMshy-van-7331
08/25/2022, 2:59 PMadventurous-dream-20049
08/25/2022, 3:05 PMshy-van-7331
08/31/2022, 7:21 AMshy-van-7331
08/31/2022, 8:50 AMadventurous-dream-20049
08/31/2022, 4:21 PMgentle-dress-1046
09/04/2022, 1:21 PMstale-optician-85950
09/04/2022, 1:55 PMit.skip('This test will still be listed but will not run', () => {
// code
})
gentle-dress-1046
09/04/2022, 2:52 PM