cuddly-gold-42086
01/04/2023, 11:52 AMcy.session() requires enabling the experimentalSessionAndOrigin flag. The experimentalSessionSupport flag was enabled but was removed in Cypress version 9.6.0.
freezing-nest-81773
01/04/2023, 12:01 PMthis.skip()
inside one test. It would work for all the tests itself but not for the whole test suite right? Plus I would have to use an additional plugin so that I could use these tags
or did I understand you wrong?thousands-house-85089
01/04/2023, 12:04 PMthousands-house-85089
01/04/2023, 12:05 PMthousands-house-85089
01/04/2023, 12:06 PMcuddly-gold-42086
01/04/2023, 12:20 PMchilly-magician-65885
01/04/2023, 12:24 PMcuddly-gold-42086
01/04/2023, 12:27 PMgray-kilobyte-89541
01/04/2023, 12:39 PMfreezing-nest-81773
01/04/2023, 12:51 PMexcludeSpecPattern
the problem with that is that the specs dont show up in the reporter as skipped like that... Plus if I used the plugin I would need to add a tag to every test in every suite that I want to run that would also take much more time than just excluding the specs.gray-kilobyte-89541
01/04/2023, 12:59 PMhelpful-quill-61406
01/04/2023, 1:17 PMfreezing-nest-81773
01/04/2023, 1:25 PMthousands-house-85089
01/04/2023, 3:00 PMthousands-house-85089
01/04/2023, 3:01 PMnpm cypress open
works fine for me. Can you provide any more info?cuddly-gold-42086
01/04/2023, 3:02 PMthousands-house-85089
01/04/2023, 3:06 PMchilly-magician-65885
01/04/2023, 3:08 PMthousands-house-85089
01/04/2023, 3:13 PMthousands-house-85089
01/04/2023, 3:18 PMchilly-magician-65885
01/04/2023, 3:33 PMthousands-house-85089
01/04/2023, 3:37 PMnarrow-artist-87113
01/04/2023, 4:07 PMgray-helmet-2693
01/04/2023, 4:09 PMcy.exec('request')
is there a way for me to test the response, i want to make sure the code is 200 and the response body is not emptygray-kilobyte-89541
01/04/2023, 4:10 PMor
command, see https://on.cypress.io/api for what you are trying to do, you might like https://glebbahmutov.com/cypress-examples/9.7.0/commands/assertions.html#or-match-using-regular-expressiongray-kilobyte-89541
01/04/2023, 4:10 PMcy.request
https://on.cypress.io/requestgray-helmet-2693
01/04/2023, 4:11 PMripe-traffic-15039
01/04/2023, 4:20 PMcuddly-gold-42086
01/04/2023, 4:38 PMabundant-tailor-4878
01/04/2023, 5:09 PM