mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Frontend: Add new plugin babel-plugin-istanbul * Frontend: Add plugin to babel config * Cypress: Add new plugin code-coverage * Cypress: Add plugin to common cypress suite * Cypress: Add reports to .gitignore * Actions: Add new action to check coverage * Cypress: minor config changes * test * test-2 * Action: Add verification for generated coverage files * Modify action file * Modify action file with command changes * debug commit * debug commit-2 * debug commit-3 * Update runjsHappyPath.cy.js * debug commit-4 * Revert "debug commit-5" This reverts commit8b795d86ae. * Revert "debug commit-3" This reverts commitd2e440e04b. * Add action name * Fix marketplace specs * Fix query failures * Add review changes * Add cypress package.lock changes * Add frontend package.lock changes * Add cypress minor package.lock changes * Minor action changes
22 lines
548 B
JSON
22 lines
548 B
JSON
{
|
|
"name": "cypress-tests",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"cy:run": "cypress run --browser=chrome 103, --headless",
|
|
"cy:open": "cypress open --browser=chrome 103, --e2e"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/code-coverage": "^3.12.12",
|
|
"@cypress/webpack-preprocessor": "^5.12.0",
|
|
"@faker-js/faker": "^7.3.0",
|
|
"cypress": "^12.5.1"
|
|
},
|
|
"dependencies": {
|
|
"cypress-real-events": "^1.7.6",
|
|
"moment": "^2.29.4",
|
|
"node-xlsx": "^0.21.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"pg": "^8.8.0"
|
|
}
|
|
}
|