I'm trying to add cypress to our CICD workflow. It's running in a self-hosted macOS builder runner (12.2.1) Any idea how to fix the error below? Opening Cypress
I see some posts about this exact topic, but none of them using data classes like I am as selectors, so it makes this conditional test a bit harder to write. Th
I do know that there is commands.js where functions can be added that we often use but isnt it gets way to messy if we just have bunch of functions in that js f
I would like to ask for your help regarding the authentication token to be used in other API calls. Below are the scripts of the command and test case: //comman
the challenge am having is explained below Am trying to set a draft_id value after the submit-recipients data-testid is clicked. The beforementioned value is pa
I have used KafkaJS library and configured an consumer code to fetch messages from a topic of one of my streaming API. I have created a consumer.js file and I'm
I'm trying to run the mockttp with cypress. I used the example that's listed in project github. I changed the port to run on 3000 but I am getting an error sayi
I'm trying to add the titles of an iframe header into an array to then print the array with it's element into the console. The elements are added just fine, the
I tried to revive visual test in Cypress which run with help of plugin Cypress Image Snapshot. In the past this test during first run save image with desired e
I was learning some cypress from this video: https://www.youtube.com/watch?v=03kG2rdJYtc I'm interested with he's saying at 29:33: "programatic login" But he's
I have this cypress.json config file: { "env": { "example": "Hello World!" } } In my tests: Cypress.env("example") Can I add any kind of type defintio
I'm losing sanity over this one. I have one drag and drop list in my app with a custom drag handle and cypress seems to be unable to drag it. Manually when the
I'm trying to use Cypress to test a form that includes the Material-UI Rating component, but I can't find a way to get it to select a rating. As a stripped down
enter image description hereI am using cypress to automate our angular app but it is not finding some elements which are under a special div it is behaving like
I have encountered a wierd redirect in my cypress tests that occur seemingly randomly and I would really appreciate some help on why this is happening. As you c
Just updated Cypress through bash on Ubuntu 20.4 and command npx cypress open coused warnings: [3775:0903/175043.894504:WARNING:vaapi_wrapper.cc(588)] VAAPI vi
I have a cypress test over an API. When I do cy.getUnits(u.email) I'm expecting a 200 OK response similar to this in the body of the response { &ld
Im trying to run cypress but i have this error message "Still waiting to connect to Chrome, retrying in 1 second" Cypress version 9.5.3 Chrome version 99.0.4844
I'm using the cy.visit() command but the website i'm visiting (which i don't own) doesn't always fire the load event, although the content itself that i need fo
I can start my cypress tests using: docker run -it --env-file=.env -v $PWD:/e2e -w /e2e/cypress cypress/included:9.6.0 --spec cypress/integration/test/**/*-spec