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

test(firefox): further unify Puppeteer-Firefox and Puppeteer tests #3894

Merged
merged 1 commit into from Feb 3, 2019

Conversation

aslushnikov
Copy link
Contributor

This patch:

  • changes Puppeteer-Firefox plumbing of defaultBrowserOptions to align
    with the way we do it for Puppeteer.
  • plumbs puppeeteer-dependent Errors and DeviceDescriptors down to every
    test.
  • unifies a few tests between Puppeteer-Firefox and Puppeteer.

Note: in future, we should expose errors as puppeteer.errors and
device descriptors as puppeteer.devices to make it easy to pass around
Puppeteer/Puppeteer-Firefox instance.

References #3889.

This patch:
- changes Puppeteer-Firefox plumbing of defaultBrowserOptions to align
  with the way we do it for Puppeteer.
- plumbs puppeeteer-dependent Errors and DeviceDescriptors down to every
  test.
- unifies a few tests between Puppeteer-Firefox and Puppeteer.

**Note:** in future, we should expose errors as `puppeteer.errors` and
device descriptors as `puppeteer.devices` to make it easy to pass around
Puppeteer/Puppeteer-Firefox instance.

References puppeteer#3889.
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

Successfully merging this pull request may close these issues.

None yet

1 participant