We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f17ba commit b77cb82Copy full SHA for b77cb82
lib/command/info.js
@@ -4,7 +4,7 @@ const { getConfig, getTestRoot } = require('./utils')
4
const Codecept = require('../codecept')
5
const output = require('../output')
6
7
-async function getInstalledBrowsers() {
+async function getPlaywrightBrowsers() {
8
try {
9
const playwright = require('playwright')
10
const browsers = await Promise.all(
0 commit comments