microsoft / playwright-test

Build a cross-browser end-to-end test suite with Playwright.
https://playwright.dev
Apache License 2.0
777 stars 34 forks source link

focus tests #22

Closed JoelEinbinder closed 4 years ago

JoelEinbinder commented 4 years ago

We need fit and fdescribe.

lencioni commented 4 years ago

Also it.only and describe.only? Or are those already implemented?

mxschmitt commented 4 years ago

FYI: it.only and describe.only are the same like fit and fdescribe. Thats in scope of this issue.