CloudWatch: Add playwright smoke test (#95087)

add smoke test to cloudwatch
This commit is contained in:
Nathan Marrs
2024-10-21 13:13:22 -07:00
committed by GitHub
parent 594e9b1b73
commit c94468339c
2 changed files with 17 additions and 0 deletions
+9
View File
@@ -88,5 +88,14 @@ export default defineConfig<PluginOptions>({
},
dependencies: ['authenticate'],
},
{
name: 'cloudwatch',
testDir: path.join(testDirRoot, '/cloudwatch'),
use: {
...devices['Desktop Chrome'],
storageState: 'playwright/.auth/admin.json',
},
dependencies: ['authenticate'],
},
],
});