-
using vscode, have .vscode/settings.json file with
```
{
"cucumber-quick": {
"tool": "cypress",
"script": "npx cypress-tags"
},
"cucumberautocomplete.steps": [
"cypre…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `allure-js-commons@3.0.0` for the project I'm working …
-
Hi, when I try to run this command I get the next error:
OS: Win 10
Git Bash is installed
```
Command: exec
cypress_runner.js:139230 Error: CypressError: cy.exec('mkdir -p cypress/scree…
-
Hello @meltyshev ,
I may submit a PR, and since there is no CONTRIBUTING doc, I was hoping you could answer if a PR that added test cases for new feature(s) would be acceptable. If so, I also wante…
-
### Current behavior
When testing with playwright-webkit@1.35.0 after the Cypress test completes the instance just pauses until Github times it out
### Desired behavior
In previous versions…
-
### Current behavior:
```
CypressError: cy.visit() failed trying to load:
We attempted to make an http request to this URL but the request failed without a response.
We received this error…
-
This issue is related to https://github.com/gkushang/cucumber-html-reporter/pull/17
User can run Scenarios or Features in Parallel. Find out a way to report total time taken by the entire suite by co…
-
## Description
This would be great to calculate a cost-benefit ratio for some of these tests.
## Acceptance Criteria
- [ ] Time elapsed is printed for each individual test, either after the indiv…
-
### Current behavior
![image](https://user-images.githubusercontent.com/15241683/196336596-4dd473ab-e96a-408c-b784-6bfa68bf5e5e.png)
Cypress can't load a list (list use SSE method). And header of …
-
### Current behavior
Attempting to log in to my application via google. When the page loads, `window.Cypress` has the expected value.
But after I get redirected back to my application from Googl…