Skip to content

Commit 607a1cb

Browse files
Demo scenarios tests: create a single entry point to allow skipping testing in a specific framework via skip list
1 parent 45f9783 commit 607a1cb

File tree

74 files changed

+115
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+115
-87
lines changed

apps/demos/testing/widgets/accordion/Accordion.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fixture('Accordion.Overview')
1212
ctx.initialWindowSize = [900, 900];
1313
});
1414

15-
runManualTest('Accordion', 'Overview', ['jQuery', 'React', 'Angular', 'Vue'], (test) => {
15+
runManualTest('Accordion', 'Overview', (test) => {
1616
test('Custom Overview Appearance', async (t) => {
1717
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1818

apps/demos/testing/widgets/charts/Crosshair.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixture('Charts.Crosshair')
99
ctx.initialWindowSize = [900, 600];
1010
});
1111

12-
runManualTest('Charts', 'Crosshair', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
12+
runManualTest('Charts', 'Crosshair', (test) => {
1313
test('Chart.Crosshair', async (t) => {
1414
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1515

apps/demos/testing/widgets/charts/CustomAnnotationsDrag.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixture('Charts.CustomAnnotations')
99
ctx.initialWindowSize = [900, 600];
1010
});
1111

12-
runManualTest('Charts', 'CustomAnnotations', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
12+
runManualTest('Charts', 'CustomAnnotations', (test) => {
1313
test('CustomAnnotations. Drag', async (t) => {
1414
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1515

apps/demos/testing/widgets/charts/CustomLegendMarkers.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixture('Charts.CustomLegendMarkers')
99
ctx.initialWindowSize = [900, 600];
1010
});
1111

12-
runManualTest('Charts', 'CustomLegendMarkers', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
12+
runManualTest('Charts', 'CustomLegendMarkers', (test) => {
1313
test('CustomLegendMarkers', async (t) => {
1414
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1515

apps/demos/testing/widgets/charts/Export.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fixture('Charts.Export')
77
ctx.initialWindowSize = [900, 600];
88
});
99

10-
runManualTest('Charts', 'ExportCustomMarkup', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
10+
runManualTest('Charts', 'ExportCustomMarkup', (test) => {
1111
test('Export', async (t) => {
1212
let isFileCreateForDownload = false;
1313

apps/demos/testing/widgets/charts/LoadDataOnDemand.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixture('Charts.LoadDataOnDemand')
99
ctx.initialWindowSize = [900, 600];
1010
});
1111

12-
runManualTest('Charts', 'LoadDataOnDemand', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
12+
runManualTest('Charts', 'LoadDataOnDemand', (test) => {
1313
test('LoadDataOnDemand', async (t) => {
1414
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1515

apps/demos/testing/widgets/charts/Overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixture('Charts.Overview')
99
ctx.initialWindowSize = [900, 600];
1010
});
1111

12-
runManualTest('Charts', 'Overview', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
12+
runManualTest('Charts', 'Overview', (test) => {
1313
test('Tooltip', async (t) => {
1414
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1515

apps/demos/testing/widgets/charts/PieLabelsOverlapping.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixture('PieWithResolvedLabelOverlapping')
99
ctx.initialWindowSize = [900, 600];
1010
});
1111

12-
runManualTest('Charts', 'PieWithResolvedLabelOverlapping', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
12+
runManualTest('Charts', 'PieWithResolvedLabelOverlapping', (test) => {
1313
test('PieWithResolvedLabelOverlapping', async (t) => {
1414
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1515
const showSelectBoxItems = () => t.click($('.options .dx-dropdowneditor-input-wrapper input.dx-texteditor-input'));

apps/demos/testing/widgets/charts/ZoomingAndScrollingAPI.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixture('Charts.ZoomingAndScrollingAPI')
99
ctx.initialWindowSize = [900, 600];
1010
});
1111

12-
runManualTest('Charts', 'ZoomingAndScrollingAPI', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
12+
runManualTest('Charts', 'ZoomingAndScrollingAPI', (test) => {
1313
test('ZoomingAndScrollingAPI. RangeSelector drag', async (t) => {
1414
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1515

apps/demos/testing/widgets/charts/ZoomingOnAreaSelection.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixture('Charts.ZoomingOnAreaSelection')
99
ctx.initialWindowSize = [900, 600];
1010
});
1111

12-
runManualTest('Charts', 'ZoomingOnAreaSelection', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
12+
runManualTest('Charts', 'ZoomingOnAreaSelection', (test) => {
1313
test('ZoomingOnAreaSelection. Drag', async (t) => {
1414
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1515

0 commit comments

Comments
 (0)