python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to connect to a redshift database with Cypress?
I am having issues trying to connect to a redshift database on Cypress, I've followed the instructions from the official cypress-sql-server webpage, please see my configurations files below
--> cyp...
shaveax
Votes: 0
Answers: 0
SharedArrayBuffer not defined when using Cypress
I'm using Vite and Cypress for dev and testing
I'm loading ffmpeg, it loads fine on Chrome but on Cypress, it gives this error
ReferenceError: SharedArrayBuffer is not defined
Apparently, it's caused...

unloco
Votes: 0
Answers: 2
How to drag and drop custom file using Cypress
I'm currently working on doing a drag and drop file where I basically have a file format called BMPROJ which contains a JSON. However, the website works that it needs to drag and drop the file as a BM...

PythonNewbie
Votes: 0
Answers: 2
Checking length of element in beforeEach on Cypress
I'm trying to setup my beforeEach to create a new email if none exist before starting my tests, but when I try to count how many emails there are in my beforeEach, it always logs as 0, even if there a...
isaaca
Votes: 0
Answers: 1