Skip to content

Commit

Permalink
Add another test task for dataGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyar committed Sep 4, 2024
1 parent 8af599a commit 75da20a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ 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/3)", indices: "1/3" },
{ componentFolder: "dataGrid", name: "dataGrid (2/3)", indices: "2/3" },
{ componentFolder: "dataGrid", name: "dataGrid (3/3)", indices: "3/3" },
{ 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
5 changes: 3 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,9 @@ 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/3)', indices: '1/3' },
{ componentFolder: 'dataGrid', name: 'dataGrid (2/3)', indices: '2/3' },
{ componentFolder: 'dataGrid', name: 'dataGrid (3/3)', indices: '3/3' },
{ 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 75da20a

Please sign in to comment.