@digital-ai/devops-page-object-release
v0.0.24
Published
This is a collection of page objects for Playwright that can be used to automate actions on Digital.ai Release
Downloads
128
Keywords
Readme
Release page objects
Compatibility matrix
| devops-page-object-release | Digital.ai Release | |----------------------------|:------------------:| | 1.x | 22.3.x |
How to use
Add the dependency into your project with your package manager of choice, ie:
yarn add --dev @digital-ai/devops-page-object-release
These page objects are base on Playwright, so you will also need that dependency:
yarn add --dev @playwright/test
Add into your package.json
the following script:
"playwright:headless": "yarn playwright install && npx playwright test --project=XXXXX --config=your_path_to_your_config/playwright.config.ts",
License
All materials included in this package are subject to your existing commercial license or subscription agreement terms with Digital.ai Software Inc. or its Affiliates.