Skip to content

Commit 8dc117f

Browse files
committed
test: add project and build names to test runs
1 parent b4f8bdc commit 8dc117f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

devPackages/intern-config/intern.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"description": "Base Intern self-test config",
55

66
"benchmark": false,
7+
8+
"capabilities": {
9+
"idle-timeout": 60,
10+
"project": "Intern"
11+
},
12+
713
"coverage": "src/**/*.ts",
814
"filterErrorStack": false,
915
"functionalRetries": 1,
@@ -53,7 +59,6 @@
5359
"ci": {
5460
"description": "Run CI tests on the default cloud service (BrowserStack)",
5561

56-
"capabilities": { "idle-timeout": 60, "project": "Intern" },
5762
"environments": [
5863
{ "browser": "node" },
5964
{ "browser": "internet explorer", "version": "11" },

packages/core/intern.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
"extends": "./node_modules/@theintern-dev/intern-config/intern.json",
55

6-
"capabilities+": { "project": "@theintern/core" },
6+
"capabilities+": {
7+
"build": "@theintern/core 5.0.0-alpha"
8+
},
79

810
"coverage": ["src/**/*.ts", "!src/browser/**/*.ts"],
911

@@ -162,7 +164,6 @@
162164
},
163165
"tunnel": "browserstack",
164166
"maxConcurrency": 2,
165-
"capabilities": { "idle-timeout": 60 },
166167
"environments": [
167168
{ "browser": "node" },
168169
{ "browser": "internet explorer", "version": "11" },

packages/leadfoot/intern.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"$schema": "../core/schemas/config.json",
33

4+
"capabilities+": {
5+
"build": "@theintern/leadfoot 5.0.0-alpha"
6+
},
7+
48
"extends": "./node_modules/@theintern-dev/intern-config/intern.json",
59

610
"coverage": ["src/**/*.ts"],

0 commit comments

Comments
 (0)