cypress-examples
cypress-examples copied to clipboard
Static site with Cypress examples tested right from the Markdown sources
Just a little one :)
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved. Location: `renovate.json` Error type: The...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress-markdown-preprocessor](https://togithub.com/bahmutov/cypress-markdown-preprocessor) | [`1.2.0` -> `1.2.1`](https://renovatebot.com/diffs/npm/cypress-markdown-preprocessor/1.2.0/1.2.1) | [](https://docs.renovatebot.com/merge-confidence/)...
For example, we scraped when the link was 9.4.1 Now the docs are at 9.5.0 The search results _show_ the correct link (and you can even open it in a...
Because it runs all JS specs against the deployed site, it is taking a while now Follow the approach in https://glebbahmutov.com/blog/parallel-cypress-tests-gh-action/
I think because of the difference in test timings, the screenshot sizes change too much. Maybe ignore the test durations somehow.
To all tests
Give fiddles full names like https://github.com/cypress-io/cypress-example-kitchensink/blob/master/cypress/integration/examples/misc.spec.js
There are several tests that are harder to solve dynamically - location hardcodes full urls - `cy.root` (export solves it)