{
  "name": "@qavajs/steps-wdio",
  "version": "2.14.0",
  "description": "qavajs steps to interact with webdriverio",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:import": "qavajs run --config test-e2e/import.ts",
    "test:e2e:wd": "qavajs run --config test-e2e/webui.ts --profile wd",
    "test:e2e:bidi": "qavajs run --config test-e2e/webui.ts --profile bidi",
    "debug:e2e:wd": "qavajs run --config test-e2e/webui.ts --profile debugWd",
    "debug:e2e:bidi": "qavajs run --config test-e2e/webui.ts --profile debugBidi"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qavajs/steps-wdio.git"
  },
  "authors": [
    "Alexandr Galichenko",
    "Alexandr Legchilov"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qavajs/steps-wdio/issues"
  },
  "homepage": "https://github.com/qavajs/steps-wdio#readme",
  "devDependencies": {
    "@cucumber/cucumber": "^12.7.0",
    "@qavajs/console-formatter": "^1.1.1",
    "@qavajs/core": "^2.13.0",
    "@qavajs/html-formatter": "^1.0.0",
    "@qavajs/webstorm-adapter": "^8.0.0",
    "express": "^5.2.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0",
    "@types/express": "^5.0.6"
  },
  "dependencies": {
    "webdriverio": "^9.25.0"
  },
  "keywords": [
    "test",
    "automation",
    "testing",
    "qa",
    "quality-assurance",
    "test-framework",
    "test-runner",
    "test-automation",
    "e2e",
    "end-to-end",
    "ui-testing",
    "integration-testing",
    "acceptance-testing",
    "functional-testing",
    "browser-testing",
    "mobile-testing",
    "cross-browser",
    "bdd",
    "gherkin",
    "assertions",
    "continuous-delivery",
    "automation-framework",
    "webdriverio",
    "wdio",
    "webdriver"
  ]
}
