Relative Content

Tag Archive for testingcypress

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: 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 ?