cypress-plugin
Here are 43 public repositories matching this topic...
Current behavior:
There is no documentation on how to deal with the upload completion. You mentionned to use https://docs.cypress.io/api/commands/wait.html#Wait-for-a-specific-XHR-to-respond in a couple of issues (like abramenal/cypress-file-upload#97 and abramenal/cypress-file-upload#91), but I still don't get it…
Desired behavior:
As a new user I feel the docs are lacking like a good 'tutorial' article to spread it's usage. I'm trying to learn and be able to write that but one of things I didn't understand was my title:
If I'm running this via command line, what's the right npx run command to update the baseline?
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
As asked in #52 the user wants to have spec file coverage in the report. Right now we strip this information, leaving code coverage for application source code only (see https://github.com/cypress-io/code-coverage/blob/master/support.js#L63). Make it into a configurable option.
-
Updated
Jun 9, 2020 - TypeScript
-
Updated
May 15, 2020 - JavaScript
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
Improve Logging
Currently the logging is rather unhelpful. Would be nice if it could be improved i.e. including the name of the screenshot being taken per step.
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Apr 6, 2020 - JavaScript
If you have a test like this:
describe(`${Cypress.env("SITE")} website`, function() { // <== this is the problem
it("is alive #fail-fast", function() {
cy.request(Cypress.config("baseUrl"))
.its("status")
.should("equal", 200)
})Your library will fail because you have ${Cypress.env(...)} of the test title (describe or it).
$ cypress run --e
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Jun 13, 2020 - JavaScript
Add throttle
Probably need to debounce https://lodash.com/docs/4.17.11#debounce calls - because other things might rebuild the app. Or maybe suggest watching the "dist" folder rather than "src" folder?
-
Updated
May 27, 2020 - JavaScript
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Sep 13, 2019 - JavaScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
May 21, 2020 - JavaScript
-
Updated
May 22, 2020 - JavaScript
-
Updated
Nov 26, 2018 - JavaScript
-
Updated
Jan 19, 2019 - JavaScript
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
Improve this page
Add a description, image, and links to the cypress-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cypress-plugin topic, visit your repo's landing page and select "manage topics."
There have been a few issues related to TypeScript types (#13, #72), updating the source code to TypeScript would make future changes easier and give consumers better type support.