codeceptjs / codeceptjs/configure
missing configuration for firefox will break the execution when firefox is set as browser
Open
- 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.