mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-01 20:39:57 -05:00
f6eaad40e1
Co-authored-by: Jessica Sachs <jess@jessicasachs.io> Co-authored-by: Rocky <25568640+rockindahizzy@users.noreply.github.com>
project-fixtures
Rather than having a million different little projects in each system-test directory, this project acts as a fixture directory for a system test, minus the package.json. This allows us to more consistently test different versions of libraries, etc.
To make this work, all you need to do is add:
"projectFixtureDirectory": "react"
to the package.json of the project you're looking to copy over before the test runs.