Pass formId to test run via the command line [closed]
Closed yesterday.
cypress wont play the track i want on web player
i want cypress to play the eleventh track on the webpage, but it does not navigate to it no matter what and plays from the first song. how can i fix this.[enter image description here](https://i.sstatic.net/iVa5YrMj.png)
Cypress Error: cy.click() can only be called on a single element for Single Element
I’m using Cypress to test the logout functionality of my UI. However, I’m encountering an error that doesn’t seem accurate to me because I only have one element with the specified attribute. Here’s the code I’m using:
Cypress: Writing socket mock response to file
I’m using Cypress to mock my websocket. I want to write the messages to a file, but can’t do async Cypress commands in the socket handler. I’m curious if there’s any good Cypress way to do this?
Cypress client certificate toggle
I want to use client certificates for login instead of classic login in my project. we have different user levels like admin and normal user. when I use the config file I only can login with one role . is there any way that I login with one user and in other test login again with other user ?
how can I pass different client certificates to different test functions ?