thousands-kilobyte-34127
02/03/2023, 8:01 PMconst { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
experimentalStudio: true
},
});
But when I run npx cypress open and get to the e2e tests, the option to add a new test does not appear!
What am I doing wrong?adventurous-dream-20049
02/04/2023, 1:02 AMthousands-kilobyte-34127
02/04/2023, 1:21 AMadventurous-dream-20049
02/06/2023, 4:45 AM