mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
tests: run playwright e2e fully parallel
This commit is contained in:
@@ -23,7 +23,7 @@ const getVariablesEditorContent = async (page: Page) => {
|
||||
return await editor.evaluate((el) => (el as any).CodeMirror?.getValue() || '') as string;
|
||||
};
|
||||
|
||||
test.describe('GraphQL Query Builder', () => {
|
||||
test.describe.serial('GraphQL Query Builder', () => {
|
||||
test.afterAll(async ({ pageWithUserData: page }) => {
|
||||
await closeAllCollections(page);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user