mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
tests: run playwright e2e fully parallel (#8313)
This commit is contained in:
@@ -20,7 +20,7 @@ const hexToRgb = (hex: string): string => {
|
||||
return `rgb(${r}, ${g}, ${b})`;
|
||||
};
|
||||
|
||||
test.describe('Color Picker Tests', () => {
|
||||
test.describe.serial('Color Picker Tests', () => {
|
||||
test.afterAll(async ({ pageWithUserData: page }) => {
|
||||
await closeAllCollections(page);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user