Skip to content

Files

Latest commit

0defd7a · Jan 17, 2025

History

History
This branch is 507 commits ahead of, 2 commits behind Klaveness-Digital/cypress-cucumber-preprocessor:master.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 22, 2024
Sep 22, 2024
Sep 22, 2024
Jan 17, 2025
Jan 17, 2025
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Aug 5, 2024
Sep 16, 2023
Sep 16, 2023
Aug 5, 2024
Jul 1, 2023

Examples

These are the only official examples at the time of writing. Any other example you come across is not official and might be severely outdated by now.

Usage with other plugins

If you're using the preprocessor with other plugins, please read docs/event-handlers.md: On event handlers carefully.

E2E testing

The examples illustrates using each bundler in each language flavor.

CJS ESM TS
Browserify Link Link Link
Esbuild Link Link Link
Webpack Link Link Link

Component testing

Component testing works with both Webpack and Vite1 as a bundler.

CJS ESM TS
React + Webpack Link
React + Vite Link

Footnotes

  1. Using Vite requires patching @cypress/vite-dev-server, something which is easily achieved using patch-package as the example illustrates.