Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Test pre/post scripts
run: ./bin/browsertime.js -b chrome test/data/navigationscript/measure.cjs -n 1 --preScript test/data/prepostscripts/preSample.cjs --postScript test/data/prepostscripts/postSample.cjs --xvfb
- name: Test Chrome with emulated mobile
run: ./bin/browsertime.js -b chrome --chrome.mobileEmulation.deviceName 'iPhone 6' http://127.0.0.1:3000/simple/ --xvfb
run: ./bin/browsertime.js -b chrome --chrome.mobileEmulation.deviceName 'iPhone 12 Pro' http://127.0.0.1:3000/simple/ --xvfb
- name: Test Chrome with web driver nagivation
run: ./bin/browsertime.js -b chrome -n 1 http://127.0.0.1:3000/simple/ --webdriverPageload --xvfb
- name: Test navigate to the same URL twice
Expand Down
2 changes: 1 addition & 1 deletion lib/support/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export function parseCommandLine() {
})
.option('chrome.mobileEmulation.deviceName', {
describe:
"Name of device to emulate. Works only standalone (see list in Chrome DevTools, but add phone like 'iPhone 6'). This will override your userAgent string.",
"Name of device to emulate. Works only standalone (see list in Chrome DevTools, but add phone like 'iPhone 12 Pro'). This will override your userAgent string.",
group: 'chrome'
})
.option('chrome.mobileEmulation.width', {
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "./scripting.d.ts",
"dependencies": {
"@devicefarmer/adbkit": "3.3.8",
"@sitespeed.io/chromedriver": "149.0.7827",
"@sitespeed.io/chromedriver": "153.0.8010",
"@sitespeed.io/edgedriver": "149.0.4022",
"@sitespeed.io/geckodriver": "0.36.2",
"@sitespeed.io/log": "2.0.0",
Expand Down
Loading