File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
devPackages/intern-config Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Base Intern self-test config" ,
5
5
6
6
"benchmark" : false ,
7
+
8
+ "capabilities" : {
9
+ "idle-timeout" : 60 ,
10
+ "project" : " Intern"
11
+ },
12
+
7
13
"coverage" : " src/**/*.ts" ,
8
14
"filterErrorStack" : false ,
9
15
"functionalRetries" : 1 ,
53
59
"ci" : {
54
60
"description" : " Run CI tests on the default cloud service (BrowserStack)" ,
55
61
56
- "capabilities" : { "idle-timeout" : 60 , "project" : " Intern" },
57
62
"environments" : [
58
63
{ "browser" : " node" },
59
64
{ "browser" : " internet explorer" , "version" : " 11" },
Original file line number Diff line number Diff line change 3
3
4
4
"extends" : " ./node_modules/@theintern-dev/intern-config/intern.json" ,
5
5
6
- "capabilities+" : { "project" : " @theintern/core" },
6
+ "capabilities+" : {
7
+ "build" : " @theintern/core 5.0.0-alpha"
8
+ },
7
9
8
10
"coverage" : [" src/**/*.ts" , " !src/browser/**/*.ts" ],
9
11
162
164
},
163
165
"tunnel" : " browserstack" ,
164
166
"maxConcurrency" : 2 ,
165
- "capabilities" : { "idle-timeout" : 60 },
166
167
"environments" : [
167
168
{ "browser" : " node" },
168
169
{ "browser" : " internet explorer" , "version" : " 11" },
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../core/schemas/config.json" ,
3
3
4
+ "capabilities+" : {
5
+ "build" : " @theintern/leadfoot 5.0.0-alpha"
6
+ },
7
+
4
8
"extends" : " ./node_modules/@theintern-dev/intern-config/intern.json" ,
5
9
6
10
"coverage" : [" src/**/*.ts" ],
You can’t perform that action at this time.
0 commit comments