1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-12 22:00:07 +00:00

Add playwright tests

This commit is contained in:
Timshel 2024-09-25 15:42:05 +02:00
parent 524d65e772
commit 927968d251
31 changed files with 4269 additions and 3 deletions

View file

@ -0,0 +1,7 @@
import { test } from './db-test';
const utils = require('../../global-utils');
test('DB start', async ({ serviceName }) => {
utils.startComposeService(serviceName);
});