cypress-cucumber-preprocessor Questions

6

Solved

I upgraded Cypress from 9.5.2 to 10.3.0 and previously I was using cypress-cucumber-preprocessor:4.3.1 now I upgrade it to @badeball/cypress-cucumber-preprocessor:^11.4.0. Before the upgrade, I was...
Herrmann asked 22/7, 2022 at 7:17

0

I'm getting an error with the latest configuration of cypress-cucumber-preprocessor Your configFile threw an error from: ...\cypress.config.ts The error was thrown while executing your e2e.setupNo...
Bettis asked 2/11, 2023 at 10:56

6

When trying to npm install -D cypress-xpath into a Cypress project [require('cypress-xpath') added to my cypress/support/index.js] with the cypress-cucumber-preprocessor already installed I am gett...
Amadaamadas asked 22/9, 2021 at 12:8

2

I'm having intermittent issues running some automated e2e tests written in Cypress. Apparently I'm the only one having this issue so it might be isolated to my laptop. The strange thing is it happe...
Overdose asked 7/12, 2022 at 22:47

1

I am trying to migrate my test from Cypress 8.7.0 version to Cypress 10.10.0 version. Installed the latest version and did the below settings, but getting below error. Using below versions: Cypress...
Moonseed asked 13/10, 2022 at 0:19

2

Cypress 10 was released just days ago with a ton of major breaking changes. As a first time Cypress user (migrating from Protractor with Cucumber), I was not aware of this. I'm trying to install Cy...

1

Solved

I'm trying to find in a table my row that cy.contains() a specific text. I cannot do: cy.get("tr").contains("specific text") That will return my span element containing the tex...
Karajan asked 3/3, 2022 at 18:20
1

© 2022 - 2025 — McMap. All rights reserved.