Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « webdriver-tap-runner « ts « clients « SignalR « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12398ca99cf2961576547d439729532640644128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "selenium-tap-runner",
  "version": "1.0.0",
  "description": "Run Browser tests in a Selenium browser and proxy TAP results to the console",
  "main": "dist/lib.js",
  "scripts": {
    "update-selenium": "selenium-standalone install",
    "exec": "ts-node ./bin.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chromedriver": "^88.0.0",
    "debug": "^3.1.0",
    "selenium-webdriver": "^4.0.0-alpha.1",
    "yargs": "^11.0.0"
  },
  "devDependencies": {
    "@types/debug": "0.0.30",
    "@types/selenium-webdriver": "^3.0.8",
    "@types/yargs": "^11.0.0",
    "ts-node": "^5.0.0"
  }
}