···1111 testDir: './tests/e2e/',
1212 testMatch: /.*\.test\.e2e\.js/, // Match any .test.e2e.js files
13131414+ /**
1515+ * Only run one test at a time, running multiple could lead to a inconsistent
1616+ * database state.
1717+ */
1818+ fullyParallel: false,
1919+ workers: 1,
2020+1421 /* Maximum time one test can run for. */
1522 timeout: 30 * 1000,
1623