testable-playwright-test
Version:
Playwright fixture to run your tests against Testable Cloud
28 lines (27 loc) • 662 B
JSON
{
"name": "testable-playwright-test",
"version": "0.1.9",
"description": "Playwright fixture to run your tests against Testable Cloud",
"author": "Testable Team",
"keywords": [
"testable"
],
"license": "MIT",
"repository": "testable/testable-playwright-test",
"homepage": "https://github.com/testable/testable-playwright-test",
"bugs": {
"url": "https://github.com/testable/testable-playwright-test/issues"
},
"main": "lib/main.js",
"files": [
"lib/",
"index.d.ts"
],
"dependencies": {
"playwright-core": "^1.54.2"
},
"devDependencies": {
"@playwright/test": "^1.54.2"
},
"typings": "./index.d.ts"
}