UNPKG

cypress-bootstrap

Version:

Cypress Bootstrap is a project scaffolding tool that sets up a Cypress automation framework with a standardized folder structure and Page Object Model (POM) design. It helps teams quickly start testing with built-in best practices and sample specs.

39 lines (38 loc) 1.01 kB
{ "compilerOptions": { "target": "es5", "typeRoots": ["node_modules/@types", "./types"], "lib": ["dom", "dom.iterable", "esnext"], "types": [ "reflect-metadata", "jest", "cypress", "node", "@4tw/cypress-drag-drop", "cypress-real-events", "@cypress/grep", "cypress-recurse", "cypress-axe" ], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "baseUrl": "src", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": false, "strictNullChecks": true, "downlevelIteration": true }, "include": ["**/*.ts", "src"] }