UNPKG

@agnos-ui/base-po

Version:

Base class to build page objects for end-to-end tests with Playwright.

26 lines 623 B
{ "name": "@agnos-ui/base-po", "description": "Base class to build page objects for end-to-end tests with Playwright.", "version": "0.10.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/" }