Questions tagged [cypress]
6 questions
3
votes
1 answer
Dependency Xvfb missing error on npm run
On running the command npm run test on ubuntu WSL-2 Windows 11. I get the following error:
account-management-fullstack-level-2@1.0.0 test
cypress run
It looks like this is your first time using Cypress: 9.7.0
Your system is missing the dependency:…
nicku
- 153
1
vote
1 answer
How to modify a URL in a cypress test?
I have a Cypress test that I wrote, and to avoid writing a second test, I'd like to be able to take the resulting URL, and do two things with it:
1) I'd like to modify it to force it to another page
2) While doing #1, I'll also need to extract a…
chrismjx
- 11
0
votes
0 answers
external hard drive (Old USB mass storage) wouldn't show up in media
I have this 20 years old USB mass storage. It doesn't want to show up in the media neither in Ubuntu no in windows 10 when I plug it.
although ubunut is detetcting the hardware as lsusb: Bus 003 Device 005: ID 04b4:6830 Cypress Semiconductor Corp.…
0
votes
0 answers
Error opening Visual Studio Code from Cypress on Mac: 'The editor process exited with an error: spawn EACCES'
I am trying to open Visual Studio Code from Cypress on my Mac by clicking on a file in the Cypress Test Runner, but I am encountering the following error message in VSC:
"Could not open myfirstspec.cy.js in the editor. The editor process exited…
0
votes
1 answer
Download Cypress For Linux
I'm trying to download cypress for Linux so I would be able to install it later so my cypress project would run there. In cypresses website, they say this link: [https://download.cypress.io][1] is "to download a specific Cypress version for a given…
JohnD
- 113
0
votes
1 answer
CypressError: Timed out retrying
Current behavior:
I am getting the above error in my code, visiting a webpage and checking it contains the correct URL.
This logic works on other links within the webpage.
describe('Sectors Tab', function () {
it('finds Software Development',…
Kevdog777
- 447