python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use multiple data.json file from command line without alerting the code - cypress
I have two data files (dataUAT.json and dataQA.json) in fixtures where i'm getting data for my spec files. Suppose i have different environment like UAT and QA.
I want to use dataUAT.json file for UAT...
Nischay tv
Votes: 0
Answers: 2
Cypress- Whoops, there is no test to run. error on trying to visit a browser
I am trying to launch a browser. It launches the browser and fails to perform the next steps by throwing "Whoops, there is no test to run" error. Can someone please help.
Below is the code f...
Sowjanya H M
Votes: 0
Answers: 0
conflict between cypress/coverage and cypres/react-scripts
I have a problem, when install the cypress webpack with the project installed cypress coverage appears message
An unexpected error occurred
The function exported by the plugins file threw an error.
W...
Gabriel Hans González Peña
Votes: 0
Answers: 0
How to run Cypress BDD Feature using TAGS in the Terminal without closing the test/browser for each Feature
I have a few feature files in my project and I need to execute only the specific cucumber tags (@Regression) from the feature file using Terminal. I could able to run the feature file using the tags. ...
jomy George
Votes: 0
Answers: 1