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

wip: running tests in playwright-test #846

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Commits on Feb 14, 2020

  1. wip: add command for running tests in playwright-test

    this does not work yet, maybe due to custom webpack config or somethign
    else.
    
    the goal for using playwright-test would be running tests in the same
    web context, with real webextension APIs (right now we use mocks, which
    not always match real world behavior)
    
    this is something we may pick up in spare time
    
    notes to self:
    
    - for now playwright-test can only run Chromium extension mode,
      Firefox is not supported :-(
    - no headless mode for running in extension context, browser window is
      always shown
    lidel committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    ad62739 View commit details
    Browse the repository at this point in the history