Pinned Loading
-
sample test spec file
sample test spec file 1// sample test file using page-object model in a previous project
23import { test } from "playwright-test-coverage"
4import { ProductPage } from "../../pages/ProductPage"
5import { orders } from "../../data/orders"
-
sample page-objects
sample page-objects 1// Supporting page-object model for tests
23import { expect, FrameLocator, Locator, Page } from "@playwright/test"
4import { OrderPage } from "./OrderPage"
5import { OrderedPage } from "./OrderedPage"
-
supporting data sample
supporting data sample 1// I've created sample data to support the tests in standard-order.spec.ts
23import { PurchaseOrder } from "./types"
4import {
5Gender,
-
Types sample
Types sample 1// A sample of the types I've created in a project in order to support the tests written in standard-order.spec.ts
23import {
4AdditionalService,
5CheckOutKind,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.