UNPKG

@wso2/identity-cypress-test-base

Version:

Commonly used commands, configs, utilities for cypress integration & e2e tests in WSO2 Identity Server front-end applications.

59 lines (58 loc) 2.06 kB
{ "name": "@wso2/identity-cypress-test-base", "version": "0.2.32", "description": "Commonly used commands, configs, utilities for cypress integration & e2e tests in WSO2 Identity Server front-end applications.", "author": "WSO2", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "WSO2", "WSO2 IS", "WSO2 Identity Server", "WSO2 Identity Apps", "integration-tests", "cypress", "cypress-base" ], "scripts": { "build": "npm run compile", "clean": "npm run rimraf ./dist", "compile": "tsc -p tsconfig.json", "compile:win32": ".\\node_modules\\.bin\\tsc -p tsconfig.json", "compile:default": "./node_modules/.bin/tsc -p tsconfig.json", "rimraf": "run-script-os", "rimraf:win32": ".\\node_modules\\.bin\\rimraf", "rimraf:default": "./node_modules/.bin/rimraf", "prebuild": "npm run clean", "test": "jest" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/node": "^13.9.2", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f", "@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f", "cypress": "^5.2.0", "eslint": "^8.57.0", "eslint-plugin-cypress": "^2.11.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.2.5", "rimraf": "^3.0.2", "run-script-os": "^1.0.7", "typescript": "^4.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/wso2/identity-cypress-test-base.git" }, "bugs": { "url": "https://github.com/wso2/identity-cypress-test-base/issues" }, "homepage": "https://github.com/wso2/identity-cypress-test-base#readme" }