Added a NodeJS script in `app/client/cypress/scripts/` to setup Cypress and TED locally. Also updated the README file to ensure that we have updated documentation for Cypress setup. Used JS instead of Shell script so that it's easier for the team to modify & improve this setup script as the code base evolves. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new script to set up the Cypress environment locally, making it easier to configure and run Cypress tests. - Added a package.json file for managing dependencies and scripts related to Cypress setup. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Arpit Mohan <arpit@appsmith.com>
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
# This file is generated by running "yarn install" inside your project.
|
|
# Manual changes might be lost - proceed with caution!
|
|
|
|
__metadata:
|
|
version: 6
|
|
cacheKey: 8
|
|
|
|
"ansi-regex@npm:^4.1.0":
|
|
version: 4.1.1
|
|
resolution: "ansi-regex@npm:4.1.1"
|
|
checksum: b1a6ee44cb6ecdabaa770b2ed500542714d4395d71c7e5c25baa631f680fb2ad322eb9ba697548d498a6fd366949fc8b5bfcf48d49a32803611f648005b01888
|
|
languageName: node
|
|
linkType: hard
|
|
|
|
"prompt-sync@npm:^4.2.0":
|
|
version: 4.2.0
|
|
resolution: "prompt-sync@npm:4.2.0"
|
|
dependencies:
|
|
strip-ansi: ^5.0.0
|
|
checksum: b14dfb7d2520f384324b49a64c033e92cf2889e34a148037d66b0b89e43f530a93344aebf57c4abe3ae4e351080e22388f7141ea0fbc56b1b9a7f152d5d4a423
|
|
languageName: node
|
|
linkType: hard
|
|
|
|
"scripts@workspace:.":
|
|
version: 0.0.0-use.local
|
|
resolution: "scripts@workspace:."
|
|
dependencies:
|
|
prompt-sync: ^4.2.0
|
|
languageName: unknown
|
|
linkType: soft
|
|
|
|
"strip-ansi@npm:^5.0.0":
|
|
version: 5.2.0
|
|
resolution: "strip-ansi@npm:5.2.0"
|
|
dependencies:
|
|
ansi-regex: ^4.1.0
|
|
checksum: bdb5f76ade97062bd88e7723aa019adbfacdcba42223b19ccb528ffb9fb0b89a5be442c663c4a3fb25268eaa3f6ea19c7c3fbae830bd1562d55adccae1fcec46
|
|
languageName: node
|
|
linkType: hard
|