@cypress/json-schemas
TypeScript icon, indicating that this package has built-in type declarations

5.39.1 • Public • Published

@cypress/json-schemas CircleCI

Public Cypress JSON schemas

note this repository is private, but the NPM is public.

See our schema-tools repository for more documentation on how to utilize these JSON schemas.

Install

npm install

Test

Builds, runs tests, and also self documents schema changes.

Uses ava-ts to run Ava test runner directly against TypeScript test files. Use npm run test to build and test everything in the test folder.

To run a single test file, use command:

npx ava-ts test/<file-name.ts>

To update snapshots and use verbose reporter (prints test names):

npx ava-ts test/<file-name.ts> --verbose -u

Deploy

Deployment is handled by semantic-release automatically when run in CI. The release version is determined by the commit message. Your commit message should be of one of these types.

/@cypress/json-schemas/

    Package Sidebar

    Install

    npm i @cypress/json-schemas

    Weekly Downloads

    34

    Version

    5.39.1

    License

    MIT

    Unpacked Size

    243 kB

    Total Files

    74

    Last publish

    Collaborators

    • cypress-npm-publisher