Skip to content

Commit

Permalink
Fix test perfomance
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyar committed Sep 4, 2024
1 parent 40e2c8d commit e48e7a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ jobs:
{ componentFolder: "common", name: "common - material", theme: 'material.blue.light' },
{ componentFolder: "common", name: "common - fluent", theme: 'fluent.blue.light' },
{ componentFolder: "treeList", name: "treeList", concurrency: 1 },
{ componentFolder: "dataGrid", name: "dataGrid (1/2)", indices: "1/2" },
{ componentFolder: "dataGrid", name: "dataGrid (2/2)", indices: "2/2" },
{ componentFolder: "dataGrid", name: "dataGrid (1/5)", indices: "1/5" },
{ componentFolder: "dataGrid", name: "dataGrid (2/5)", indices: "2/5" },
{ componentFolder: "dataGrid", name: "dataGrid (3/5)", indices: "3/5" },
{ componentFolder: "dataGrid", name: "dataGrid (4/5)", indices: "4/5" },
{ componentFolder: "dataGrid", name: "dataGrid (5/5)", indices: "5/5" },
{ componentFolder: "pivotGrid", name: "pivotGrid", concurrency: 1 },
{ componentFolder: "pivotGrid", name: "pivotGrid - material", theme: 'material.blue.light', concurrency: 1 },
{ componentFolder: "pivotGrid", name: "pivotGrid - fluent", theme: 'fluent.blue.light', concurrency: 1 },
Expand Down
7 changes: 5 additions & 2 deletions e2e/testcafe-devextreme/docker/run-testcafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ const parseArgs = require('minimist');

const matrix = [
{ componentFolder: 'treeList', name: 'treeList', concurrency: 1 },
{ componentFolder: 'dataGrid', name: 'dataGrid (1/2)', indices: '1/2' },
{ componentFolder: 'dataGrid', name: 'dataGrid (2/2)', indices: '2/2' },
{ componentFolder: 'dataGrid', name: 'dataGrid (1/5)', indices: '1/5' },
{ componentFolder: 'dataGrid', name: 'dataGrid (2/5)', indices: '2/5' },
{ componentFolder: 'dataGrid', name: 'dataGrid (3/5)', indices: '3/5' },
{ componentFolder: 'dataGrid', name: 'dataGrid (4/5)', indices: '4/5' },
{ componentFolder: 'dataGrid', name: 'dataGrid (5/5)', indices: '5/5' },
{ componentFolder: 'scheduler', name: 'scheduler (1/5)', indices: '1/5' },
{ componentFolder: 'scheduler', name: 'scheduler (2/5)', indices: '2/5' },
{ componentFolder: 'scheduler', name: 'scheduler (3/5)', indices: '3/5' },
Expand Down

0 comments on commit e48e7a4

Please sign in to comment.