0.3.1 • Published 6 days ago

@agnos-ui/page-objects v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

@agnos-ui/page-objects

npm

Page objects to be used when testing AgnosUI-based applications with Playwright.

Installation

npm install -D @agnos-ui/page-objects

Usage

Here is a sample test using the RatingPO:

import {expect, test} from '@playwright/test';
import {RatingPO} from '@agnos-ui/page-objects';

test(`Click on rating star`, async ({page}) => {
	const ratingPO = new RatingPO(page);
	await ratingPO.locatorRoot.waitFor();
	await ratingPO.locatorStar(4).click();
});
0.3.0

6 days ago

0.3.1

6 days ago

0.2.0

2 months ago

0.0.1-alpha.11

3 months ago

0.1.0

3 months ago

0.1.1

3 months ago

0.0.1-alpha.10

3 months ago

0.0.1-alpha.9

3 months ago

0.0.1-alpha.8

3 months ago

0.0.1-alpha.7

3 months ago

0.0.1-alpha.6

4 months ago

0.0.1-alpha.5

4 months ago

0.0.1-alpha.4

6 months ago

0.0.1-alpha.3

7 months ago

0.0.1-alpha.2

7 months ago

0.0.1-alpha.1

8 months ago

0.0.1-alpha.0

8 months ago