Skip to content

Commit ed86e4a

Browse files
authored
feat: remove beta state from pw-test [red-117] (#1204)
1 parent 4f9e1d7 commit ed86e4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli/src/commands/pw-test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default class PwTestCommand extends AuthCommand {
4242
static coreCommand = true
4343
static hidden = false
4444
static description = 'Test your Playwright Tests on Checkly.'
45-
static state = 'beta'
4645
static flags = {
4746
'location': Flags.string({
4847
char: 'l',
@@ -175,7 +174,7 @@ export default class PwTestCommand extends AuthCommand {
175174
availableRuntimes: availableRuntimes.reduce((acc, runtime) => {
176175
acc[runtime.name] = runtime
177176
return acc
178-
}, <Record<string, Runtime>> {}),
177+
}, <Record<string, Runtime>>{}),
179178
defaultRuntimeId: account.runtimeId,
180179
verifyRuntimeDependencies: false,
181180
checklyConfigConstructs,

0 commit comments

Comments
 (0)