We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9e1d7 commit ed86e4aCopy full SHA for ed86e4a
packages/cli/src/commands/pw-test.ts
@@ -42,7 +42,6 @@ export default class PwTestCommand extends AuthCommand {
42
static coreCommand = true
43
static hidden = false
44
static description = 'Test your Playwright Tests on Checkly.'
45
- static state = 'beta'
46
static flags = {
47
'location': Flags.string({
48
char: 'l',
@@ -175,7 +174,7 @@ export default class PwTestCommand extends AuthCommand {
175
174
availableRuntimes: availableRuntimes.reduce((acc, runtime) => {
176
acc[runtime.name] = runtime
177
return acc
178
- }, <Record<string, Runtime>> {}),
+ }, <Record<string, Runtime>>{}),
179
defaultRuntimeId: account.runtimeId,
180
verifyRuntimeDependencies: false,
181
checklyConfigConstructs,
0 commit comments