playwright/packages/playwright-test
Andrey Lushnikov 622c73cc1e
feat: expect(locator).toHaveAttribute to assert attribute presence (#16767)
This patch changes `expect(locator).toHaveAttribute()` so that the
`value` argument can be omitted. When done so, the method will
assert attribute existance.

Fixes #16517
2022-08-25 05:28:34 -07:00
..
bundles fix(ct): use stoppable server (#16329) 2022-08-08 08:54:56 -07:00
src feat: expect(locator).toHaveAttribute to assert attribute presence (#16767) 2022-08-25 05:28:34 -07:00
types feat: expect(locator).toHaveAttribute to assert attribute presence (#16767) 2022-08-25 05:28:34 -07:00
.npmignore chore: babel, expect, zip bundles (#13588) 2022-04-18 11:31:58 -07:00
cli.js
index.d.ts
index.js
index.mjs
package.json chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
README.md
reporter.d.ts chore: move test runner types into the playwright test package (#9472) 2021-10-14 11:55:08 +02:00
reporter.js feat(test-runner): export reporter api as @playwright/test/reporter (#7692) 2021-07-16 21:15:03 -07:00
reporter.mjs
ThirdPartyNotices.txt fix(ct): use stoppable server (#16329) 2022-08-08 08:54:56 -07:00

@playwright/test

This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.