I am trying to preserve cookies in index.js file : Cypress.Cookies.defaults({ preserve: ['session_id', 'remember_token'], }) But I want to exclude few files
This is how I can add data-cy if Link has an <a>. But what if Link does not have it? <Link href="/about/"> <a data-cy="nav-item">About<
How to automate the drag and drop feature in an application using cypress? I am not able to pick a file using cypress. I have tried using cypress-file-upload
I was trying to use a condition as a function within a page object. class Folders { DropdownCheckFunction(){ cy.get('.more-less-container').then
When I execute the tests many steps of the scenario are missing and it the tests "pass", although these steps were never executed, they are not displayed in tes
I would like to test some apis which are tied directly into browser and not necessary have UI representation. Simpliest test beeing something like: import { tes
I have been using this npm package: https://www.npmjs.com/package/cypress-testrail-reporter and it does not seem to have a reporter option to allow me to do thi
I have different environments added in my cypress.env.json file like below { "environment":"staging", "prod":"http://production.com", "staging":"http:/
I am using Cypress + Cucumber. Trying to fail test and skip steps if one of the failed. For this, I'm using the following code: afterEach(function () { if (
I have problem surrounding the difference between pipeline execution and my local environment. I'm intercepting a request using the following command: cy.in
I have 4 input fields that must be filled to activate a form submit button. Date Time select textarea I created a cypress test to fill each of them by order and
I'm getting this error when my circleci job is building my cypress test: [432:0312/154643.301773:ERROR:bus.cc(392)] Failed to connect to the bus: Failed to con
Cypress says options is only supported for use in Cypress.Commands.add() and not supported for use in Cypress.Commands.overwrite() So we can't change the subj
I'm using cypress 9.3.1 with @cypress/code-coverage 3.9.12 and cypress-cucumber-preprocessor 4.3.1 in an angular 13.0.1 application. My tests are running fine a
i created cypress project for that i run npm init -y to generate package.json file then npm i cypress to create a cypress project. then opened it via npx cypres
The following facts: page 'X' Open -> cy.visit('/x'); check checkbox 'A'-> cy.checkCheckbox('A'); close browser or reopen page ?????? check if checkbox 'A
I'm building an app with Cypress and TypeScript. I have the following code, which slightly alters the behaviour of the Magic SDK based on whether it runs inside
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