fix: get stats query

This commit is contained in:
Ephraim Atta-Duncan
2024-12-10 23:33:14 +00:00
parent 2b3ab9a3b7
commit b19b57dbc9
3 changed files with 187 additions and 96 deletions

View File

@ -16,8 +16,8 @@ ENV_FILES.forEach((file) => {
export default defineConfig({
testDir: './e2e',
/* Run tests in files in parallel */
fullyParallel: true,
workers: '50%',
fullyParallel: false,
workers: 1,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
/* Retry on CI only */