UNPKG

@umbraco/playwright-testhelpers

Version:

Test helpers for making playwright tests for Umbraco solutions

41 lines (40 loc) 917 B
{ "name": "@umbraco/playwright-testhelpers", "version": "17.0.14", "description": "Test helpers for making playwright tests for Umbraco solutions", "main": "dist/lib/index.js", "files": [ "dist/**/*" ], "types": "dist/lib/index.d.ts", "scripts": { "test": "npx playwright test", "headed": "npx playwright test --headed", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/umbraco/umbraco-playwright-testhelpers.git" }, "keywords": [ "umbraco", "playwright", "helpers", "acceptance-test", "e2e", "test", "playwright-plugin" ], "author": "Umbraco", "license": "MIT", "devDependencies": { "@playwright/test": "^1.56", "@types/node": "^20.9.0", "tslib": "^2.4.0", "typescript": "^4.8.3" }, "dependencies": { "@umbraco/json-models-builders": "2.0.42", "node-fetch": "^2.6.7" } }