@agnos-ui/page-objects
Version:
Page objects to be used when testing AgnosUI-based applications with Playwright.
43 lines • 881 B
JSON
{
"name": "@agnos-ui/page-objects",
"description": "Page objects to be used when testing AgnosUI-based applications with Playwright.",
"version": "0.9.0",
"keywords": [
"e2e",
"page-object",
"playwright",
"testing",
"accordion",
"AgnosUI",
"alert",
"carousel",
"collapse",
"components",
"modal",
"pagination",
"progressbar",
"rating",
"slider",
"toast",
"tree",
"widgets"
],
"type": "module",
"main": "./index.cjs",
"module": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"@agnos-ui/base-po": "0.9.0"
},
"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": "page-objects"
},
"homepage": "https://www.agnosui.dev/latest/"
}