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.
2 parents d3d245d + b77cb82 commit 565b1a2Copy full SHA for 565b1a2
lib/command/info.js
@@ -5,7 +5,7 @@ const Codecept = require('../codecept')
5
const output = require('../output')
6
const { execSync } = require('child_process')
7
8
-async function getInstalledBrowsers() {
+async function getPlaywrightBrowsers() {
9
try {
10
const regex = /(chromium|firefox|webkit)\s+version\s+([\d.]+)/gi
11
let versions = []
0 commit comments