We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81a079 commit 142b9ecCopy full SHA for 142b9ec
tests/e2e/dynamic-cms.test.ts
@@ -2,6 +2,8 @@ import { expect } from '@playwright/test'
2
import { test } from '../utils/playwright-helpers.js'
3
4
test.describe('Dynamic CMS', () => {
5
+ test.describe.configure({ mode: 'serial' })
6
+
7
test.describe('Invalidates 404 pages from durable cache', () => {
8
// using postFix allows to rerun tests without having to redeploy the app because paths/keys will be unique for each test run
9
const postFix = Date.now()
0 commit comments