cypress-examples icon indicating copy to clipboard operation
cypress-examples copied to clipboard

Static site with Cypress examples tested right from the Markdown sources

Results 20 cypress-examples issues
Sort by recently updated
recently updated
newest added

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...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/cypress-markdown-preprocessor/1.2.1/age-slim)](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...

bug
search

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.

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)