@agnos-ui/base-po
Version:
Base class to build page objects for end-to-end tests with Playwright.
26 lines • 622 B
JSON
{
"name": "@agnos-ui/base-po",
"description": "Base class to build page objects for end-to-end tests with Playwright.",
"version": "0.8.0",
"keywords": [
"e2e",
"page-object",
"playwright",
"testing"
],
"type": "module",
"main": "./index.cjs",
"module": "./index.js",
"types": "./index.d.ts",
"peerDependencies": {
"@playwright/test": "^1.49.0"
},
"license": "MIT",
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/AmadeusITGroup/AgnosUI.git",
"directory": "base-po"
},
"homepage": "https://www.agnosui.dev/latest/"
}