@azure/microsoft-playwright-testing
Version:
Package to integrate your Playwright test suite with Microsoft Playwright Testing service
105 lines (104 loc) • 4.03 kB
JSON
{
"name": "@azure/microsoft-playwright-testing",
"version": "1.0.0-beta.7",
"description": "Package to integrate your Playwright test suite with Microsoft Playwright Testing service",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwrighttesting/microsoft-playwright-testing/README.md",
"sdk-type": "client",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
"cloud",
"playwright",
"playwright service",
"reporting",
"playwright testing"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"engines": {
"node": ">=18.0.0"
},
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.js",
"types": "types/microsoft-playwright-testing.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./reporter": {
"types": "./dist/reporter/index.d.ts",
"require": "./dist/reporter/index.js",
"default": "./dist/reporter/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md",
"types"
],
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && npm run extract-api",
"build:samples": "echo obsolete",
"build:test": "tsc -p . && dev-tool run bundle",
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
"clean": "dev-tool run vendored rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
"execute:samples": "echo skipped",
"extract-api": "dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "echo skipped",
"integration-test:node": "echo skipped",
"lint": "eslint package.json api-extractor.json CHANGELOG.md README.md src",
"lint:fix": "eslint package.json api-extractor.json CHANGELOG.md README.md src --fix --fix-type [problem,suggestion]",
"pack": "npm pack 2>&1",
"test": "npm run build:test && npm run unit-test && npm run integration-test",
"test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"unit-test:browser": "echo skipped",
"unit-test:node": "dev-tool run test:node-ts-input --no-test-proxy -- --timeout 12000 'test/**/*.spec.ts' --exit",
"update-snippets": "echo skipped"
},
"dependencies": {
"@azure/core-rest-pipeline": "^1.16.3",
"@azure/identity": "^4.3.1",
"@azure/logger": "^1.1.4",
"@azure/storage-blob": "^12.15.0",
"tslib": "^2.6.0"
},
"devDependencies": {
"@azure-tools/test-utils": "^1.0.1",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@playwright/test": "^1.43.1",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.0",
"@types/node": "^20.12.12",
"@types/sinon": "^17.0.0",
"eslint": "^9.9.0",
"mocha": "^11.0.2",
"sinon": "^17.0.0",
"typescript": "~5.7.2"
},
"peerDependencies": {
"@playwright/test": "^1.43.1"
},
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"//sampleConfiguration": {
"productName": "Microsoft Playwright Testing",
"productSlugs": [
"azure"
],
"requiredResources": {
"Microsoft Playwright Testing workspace": "https://learn.microsoft.com/azure/playwright-testing/"
}
}
}