-
Hello and thank you for this nice write-up.
Could you please elaborate on
> pattern A breaks Cypress.io internal async queuing and necessitates excessive use of .thens and/or callbacks.
Why is…
-
Hi, @jakedowns
Im getting this exception:
(uncaught exception)CypressError: Cypress detected that you returned a promise from a command while also invoking one or more cy commands in that promi…
-
### Current behavior & Steps to reproduce:
This works as expected:
```js
cy.visit('http://localhost:8080/ui/st.bquadro/agent');
cy.get('.login-content input[type=text]')
.type('admin')
.…
-
**Updated Feb 9, 2021 - see note below or https://github.com/cypress-io/cypress/issues/136#issuecomment-773765339**
Currently the Test Runner does not support selecting or accessing elements from w…
-
Brand new project with the following package.json and I can't generate a new page in an empty app.
```
{
"name": "shss-nx",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"pri…
-
Hello,
I am using html object element (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/object) and trying to access it using page.frameLocators but receiving the below errors.
My ass…
-
### Summary
The user should be able to know if there are newer Cloud builds than are being shown on the Runs page.
When the Runs page is showing Cloud builds relative to the local Git tree, it i…
-
### Current behavior:
Using Cypress with Typescript in Angular application causes type conflict between Mocha/Chai and Jasmine.
Angular-CLI project uses Jasmine for unit test, but Visual Studi…
-
### Current behavior:
Run specific files but cannot choose specific single/multi tests.
### Desired behavior:
Choose expected tests to run, like mocha grep pattern.
Though we put a group of te…
-
## Rationale ##
Before moving forward with UI test automation it behooves us to evaluate the most popular frameworks.
## Description ##
We will evaluate the following frameworks:
* [Nightwatch.j…