Skip to content
Snippets Groups Projects
Commit 1b018071 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

karma: update changed imports

parent fbfacdd8
Branches
No related tags found
1 merge request!79Update all non-major dependencies
Pipeline #99344 passed
module.exports = async function (config) {
const {installBrowsersForNpmInstall, registry} = require('playwright-core/lib/utils/registry');
const {installBrowsersForNpmInstall, registry} = require('playwright-core/lib/server');
await installBrowsersForNpmInstall(['firefox', 'chromium']);
process.env.FIREFOX_BIN = registry.findExecutable('firefox').executablePath();
process.env.CHROME_BIN = registry.findExecutable('chromium').executablePath();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment