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:
parent
524d65e772
commit
927968d251
31 changed files with 4269 additions and 3 deletions
7
playwright/tests/setups/db-setup.ts
Normal file
7
playwright/tests/setups/db-setup.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { test } from './db-test';
|
||||
|
||||
const utils = require('../../global-utils');
|
||||
|
||||
test('DB start', async ({ serviceName }) => {
|
||||
utils.startComposeService(serviceName);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue