test: configure playwright for e2e tests

This commit is contained in:
Satyajit Sahoo
2020-04-23 22:46:28 +02:00
parent 2792f438fe
commit 67404f4999
14 changed files with 578 additions and 77 deletions

View File

@@ -0,0 +1,8 @@
import { setup } from 'jest-dev-server';
export default async function () {
await setup({
command: 'yarn serve -l 3579 web-build',
port: 3579,
});
}