-
Notifications
You must be signed in to change notification settings - Fork 5
/
.specs.json
35 lines (35 loc) · 977 Bytes
/
.specs.json
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
{
"ciLink": "https://teamcity.sponte.uk/project.html?projectId=OssSpecs&tab=projectOverview",
"editUrlFormat": "{{repoUrl}}/edit/{{branchName}}/{{pathToFile}}",
"ciJobs": {
"jenkinsJobs": [
"http://localhost:5001/"
]
},
"projectViews": {
"tidy": {
"default": true,
"start collapsed": true,
"excludedPaths": [
"features-support/test-data/a/long/path/to/unwanted",
"features-support/test-data/a/long/path/to/also_unwanted"
],
"pathsToHide": [
"features-support/test-data/a/long/path/to/wanted"
]
},
"test data only": {
"anchor": "features-support/test-data"
},
"hiding more things": {
"excludedPaths": [
"features-support/test-data/a/long/path/to/unwanted",
"features-support/test-data/a/long/path/to/also_unwanted"
],
"pathsToHide": [
"features-support/test-data/a/long/path/to/wanted",
"features"
]
}
}
}