forked from janodvarko/harviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctional-suites.js
More file actions
35 lines (35 loc) · 1.22 KB
/
Copy pathfunctional-suites.js
File metadata and controls
35 lines (35 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/**
* Functional test suites.
*/
define([
], function() {
return [
'tests/functional/test1',
'tests/functional/testExamples',
'tests/functional/testPageListService',
'tests/functional/testPreviewSource',
'tests/functional/testRemoteLoad',
'tests/functional/testLoadMultipleFiles',
'tests/functional/testNoPageLog',
'tests/functional/testPageTimings',
'tests/functional/testSchemaTab',
'tests/functional/testRequestBody',
'tests/functional/testRemoveTab',
'tests/functional/testHideTabBar',
'tests/functional/testShowStatsAndTimeline',
'tests/functional/testCustomPageTiming',
'tests/functional/testRemoveToolbarButton',
'tests/functional/testTimeStamps',
'tests/functional/testPhases',
'tests/functional/testLoadHarAPI',
'tests/functional/testNoPageGraph',
'tests/functional/testEmbeddedPreview',
'tests/functional/testCustomizeColumns',
'tests/functional/testSearchHAR',
'tests/functional/testPreviewExpand',
'tests/functional/testEmbeddedInvalidPreview',
'tests/functional/testSearchJsonQuery',
'tests/functional/testIssue39',
'tests/functional/testValidateCheckbox'
];
});