UNPKG

@appetize/create-playwright

Version:

CLI tool to set up Playwright with Appetize

11 lines (9 loc) 287 B
import {test, expect} from '@appetize/playwright' test('example test', async ({session}) => { await expect(session).toHaveElement({ attributes: { // replace with the text of an element that appears on your app text: 'Hello world' } }) })