codeceptjs / codeceptjs/configure

missing configuration for firefox will break the execution when firefox is set as browser

Open
#2 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7
Forks
11
PR merge metrics
No merged PRs in 30d

Description

By adding firefox window preparation the problem will be fixed:

cfg.helpers.Puppeteer.firefox = merge(
cfg.helpers.Puppeteer.firefox || {},
{ args, defaultViewport: null, }
);

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.