MSSQL: Add playwright smoke test (#94977)

test(mssql-datasource): add smoke test to assert decoupled plugin assets are built and load
This commit is contained in:
Jack Westbrook
2024-10-21 11:36:18 +02:00
committed by GitHub
parent 532cee2ee3
commit 593ab4559d
2 changed files with 17 additions and 0 deletions

View File

@@ -70,6 +70,15 @@ export default defineConfig<PluginOptions>({
},
dependencies: ['authenticate'],
},
{
name: 'mssql',
testDir: path.join(testDirRoot, '/mssql'),
use: {
...devices['Desktop Chrome'],
storageState: 'playwright/.auth/admin.json',
},
dependencies: ['authenticate'],
},
{
name: 'extensions-test-app',
testDir: 'e2e/test-plugins/grafana-extensionstest-app',