concordialang-codeceptjs-webdriverio
Version:
Concordia Language plug-in to generate test scripts for CodeceptJS with WebDriverIO
81 lines (80 loc) • 2.44 kB
JSON
{
"name": "concordialang-codeceptjs-webdriverio",
"version": "2.4.3",
"description": "Concordia Language plug-in to generate test scripts for CodeceptJS with WebDriverIO",
"license": "AGPL-3.0",
"readme": "readme.md",
"homepage": "https://github.com/thiagodp/concordialang-codeceptjs-webdriverio",
"author": {
"name": "Thiago Delgado Pinto",
"email": "thiago-dp@bol.com.br"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thiagodp/concordialang-codeceptjs-webdriverio.git"
},
"bugs": {
"url": "https://github.com/thiagodp/concordialang-codeceptjs-webdriverio/issues"
},
"keywords": [
"concordialang",
"concordia-lang",
"concordia",
"codeceptjs",
"webdriverio",
"selenium",
"test",
"script",
"e2e",
"plugin",
"plug-in"
],
"main": "dist",
"types": "dist",
"files": [
"dist/*"
],
"scripts": {
"switch:un": "npm uninstall concordialang-codeceptjs-core concordialang-plugin",
"switch:local": "npm run switch:un && npm i ../concordialang-plugin && npm i ../concordialang-codeceptjs-core",
"switch:web": "npm run switch:un && npm i concordialang-plugin concordialang-codeceptjs-core",
"build": "rimraf dist && tsc",
"test": "echo \"No tests in this package. They are in the `core` package.\"",
"all": "npm run build && npm run test",
"preversion": "npm run build && npm run test",
"postversion": "echo \"Rebase is recommended. Don't forget to push the tags.\" && git log --oneline",
"postinstall": "npx selenium-standalone install || echo \"!!! PROBABLY JAVA IS NOT INSTALLED !!!\""
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"concordiaPlugin": {
"isFake": false,
"targets": [
"codeceptjs",
"webdriverio"
],
"file": "dist/index.js",
"class": "CodeceptJSWebDriverIO",
"serve": "npx selenium-standalone start"
},
"dependencies": {
"concordialang-codeceptjs-core": "^1.4.2",
"concordialang-plugin": "^1.3.1",
"selenium-standalone": "^7.1.0",
"webdriverio": "^7.14.1"
},
"devDependencies": {
"@types/node": "^8.10.66",
"rimraf": "^3.0.2",
"typescript": "^3.9.10"
}
}