https://cypress.io logo
Can't get Cypress Studio running
# i-need-help
t
I have spent hours pouring through youtube tutorials and the cypress website trying to cypress-studio running. I do not have a repo, but I can provide SC if that would help. Current setup: OS: Ubuntu 20.04 (VM) Node: 18.14.0 Cypress 12.5.1 I have the cypress config.js set just to enable cypress studio, so it's a short file currently (This is the config file the cypress UI points to when I go to settings)
Copy code
const { 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?
a
Can you provide a video of the magic wand not appearing to the right side of the command log when hovering over a test as shown in this image, please?
t
Well, now I feel silly. The entire time I was looking for the wrong thing. It is up and running. Thank you so much!
a
No worries! Glad I was able to help!