feat(testing): Added parrelel test support

This commit is contained in:
Muhammed Mustafa
2022-10-08 16:06:24 +05:30
parent 2258aa4513
commit fb7f4d3f92
25 changed files with 233415 additions and 140 deletions

View File

@@ -4,7 +4,7 @@ import { GridPage } from '../pages/Grid';
import setup from '../setup';
test.describe.serial('Multi select', () => {
test.describe('Multi select', () => {
let dashboard: DashboardPage, grid: GridPage;
let context: any;