Skip to content

Commit 264b462

Browse files
committed
Merge remote-tracking branch 'bevy/main' into mat-prop4
2 parents 4a9cf89 + 3ca67f0 commit 264b462

File tree

25 files changed

+5640
-3201
lines changed

25 files changed

+5640
-3201
lines changed
Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
exports.config = {
2-
user: process.env.BROWSERSTACK_USERNAME,
3-
key: process.env.BROWSERSTACK_ACCESS_KEY,
2+
user: process.env.BROWSERSTACK_USERNAME,
3+
key: process.env.BROWSERSTACK_ACCESS_KEY,
44

5-
updateJob: false,
6-
specs: [
7-
'./specs/screenshot.js'
8-
],
9-
exclude: [],
5+
updateJob: false,
6+
specs: ["./specs/screenshot.js"],
7+
exclude: [],
108

11-
capabilities: [{
12-
project: "Bevy Example",
13-
build: 'Bevy Example Runner',
14-
name: 'run_example',
15-
device: process.env.DEVICE || 'Samsung Galaxy S23',
16-
os_version: process.env.OS_VERSION || "13.0",
17-
app: process.env.BROWSERSTACK_APP_ID,
18-
'browserstack.debug': true,
19-
orientation: 'LANDSCAPE'
20-
}],
9+
capabilities: [
10+
{
11+
project: "Bevy Example",
12+
build: "Bevy Example Runner",
13+
name: "run_example",
14+
device: process.env.DEVICE || "Samsung Galaxy S23",
15+
os_version: process.env.OS_VERSION || "13.0",
16+
app: process.env.BROWSERSTACK_APP_ID,
17+
"browserstack.debug": true,
18+
orientation: "PORTRAIT",
19+
},
20+
],
2121

22-
logLevel: 'info',
23-
coloredLogs: true,
24-
screenshotPath: './screenshots/',
25-
baseUrl: '',
26-
waitforTimeout: 10000,
27-
connectionRetryTimeout: 90000,
28-
connectionRetryCount: 3,
22+
logLevel: "info",
23+
coloredLogs: true,
24+
baseUrl: "",
25+
waitforTimeout: 10000,
26+
connectionRetryTimeout: 90000,
27+
connectionRetryCount: 3,
2928

30-
framework: 'mocha',
31-
mochaOpts: {
32-
ui: 'bdd',
33-
timeout: 20000
34-
}
35-
};
29+
framework: "mocha",
30+
mochaOpts: {
31+
ui: "bdd",
32+
timeout: 20000,
33+
},
34+
};

0 commit comments

Comments
 (0)