Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Playwright test runner #33

Open
KATT opened this issue Apr 21, 2022 · 1 comment
Open

Add support for Playwright test runner #33

KATT opened this issue Apr 21, 2022 · 1 comment

Comments

@KATT
Copy link

KATT commented Apr 21, 2022

Perceived Problem

Playwright's test runner would be nice to support.

Ideas / Proposed Solution(s)

Support Playwright's test runner

@jasonkuhrt
Copy link
Member

jasonkuhrt commented Apr 21, 2022

Thanks @KATT, any research you can already share would be great.

Questions I have:

  1. Are the hooks the same as Jest?
    • beforeAll / afterAll
    • beforeEach / afterEach
  2. Are the hooks accessed globally? If not, how? What is their scope(s)? E.g. does a test instance need to be passed? A test suite instance? Etc.
  3. Does PW have its own concept of composable context already? If so how does it work? Once understood, we can then understood if Konn augments, replaces, or co-exists with that system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants