diff --git a/docs/_includes/version/browsertime.txt b/docs/_includes/version/browsertime.txt index 876e3136e..a6b160408 100644 --- a/docs/_includes/version/browsertime.txt +++ b/docs/_includes/version/browsertime.txt @@ -1 +1 @@ -8.11.1 \ No newline at end of file +8.12.0 \ No newline at end of file diff --git a/docs/documentation/browsertime/configuration/config.md b/docs/documentation/browsertime/configuration/config.md index cf37c350b..9a73a7a56 100644 --- a/docs/documentation/browsertime/configuration/config.md +++ b/docs/documentation/browsertime/configuration/config.md @@ -80,12 +80,13 @@ edge --edge.edgedriverPath To run Edge you need to supply the path to the msedgedriver that match your Egde version. safari - --safari.ios Use Safari on iOS. You need to choose browser Safari and iOS to run on iOS. [boolean] [default: false] - --safari.deviceName Set the device name. Device names for connected devices are shown in iTunes. - --safari.deviceUDID Set the device UDID. If Xcode is installed, UDIDs for connected devices are available via the output of instruments(1) and in the Device and Simulators window (accessed in Xcode via "Window > Devices and Simulators") - --safari.deviceType Set the device type. If the value of safari:deviceType is `iPhone`, safaridriver will only create a session using an iPhone device or iPhone simulator. If the value of safari:deviceType is `iPad`, safaridriver will only create a session using an iPad device or iPad simulator. - --safari.diagnose When filing a bug report against safaridriver, it is highly recommended that you capture and include diagnostics generated by safaridriver. Diagnostic files are saved to ~/Library/Logs/com.apple.WebDriver/ - --safari.useSimulator If the value of useSimulator is true, safaridriver will only use iOS Simulator hosts. If the value of safari:useSimulator is false, safaridriver will not use iOS Simulator hosts. NOTE: An Xcode installation is required in order to run WebDriver tests on iOS Simulator hosts. [boolean] [default: false] + --safari.ios Use Safari on iOS. You need to choose browser Safari and iOS to run on iOS. [boolean] [default: false] + --safari.deviceName Set the device name. Device names for connected devices are shown in iTunes. + --safari.deviceUDID Set the device UDID. If Xcode is installed, UDIDs for connected devices are available via the output of instruments(1) and in the Device and Simulators window (accessed in Xcode via "Window > Devices and Simulators") + --safari.deviceType Set the device type. If the value of safari:deviceType is `iPhone`, safaridriver will only create a session using an iPhone device or iPhone simulator. If the value of safari:deviceType is `iPad`, safaridriver will only create a session using an iPad device or iPad simulator. + --safari.useTechnologyPreview Use Safari Technology Preview [boolean] [default: false] + --safari.diagnose When filing a bug report against safaridriver, it is highly recommended that you capture and include diagnostics generated by safaridriver. Diagnostic files are saved to ~/Library/Logs/com.apple.WebDriver/ + --safari.useSimulator If the value of useSimulator is true, safaridriver will only use iOS Simulator hosts. If the value of safari:useSimulator is false, safaridriver will not use iOS Simulator hosts. NOTE: An Xcode installation is required in order to run WebDriver tests on iOS Simulator hosts. [boolean] [default: false] Screenshot --screenshot Save one screen shot per iteration. [boolean] [default: false] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7ba5292b2..0c499c46b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1471,9 +1471,9 @@ "integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8=" }, "browsertime": { - "version": "8.11.1", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-8.11.1.tgz", - "integrity": "sha512-mgf7aDIR8NDqBI2k/VmvaO3Fs5KnrsKZvFUUbCFGYkDKDRfAsAxn4O2p6zpGtL7KhZuv1wRO221aQgNaubggiA==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-8.12.0.tgz", + "integrity": "sha512-mO5CHSn2fdmaPJGAUWepQFOZBYOnY0wQjWiByNDwAgit+OZmGfo7v5gYJjqCPx16YzVP+BqaKO+tXL4ieyAGuQ==", "requires": { "@cypress/xvfb": "1.2.4", "@sitespeed.io/chromedriver": "81.0.4044-69", @@ -8442,9 +8442,9 @@ } }, "ws": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", - "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", + "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" }, "xdg-basedir": { "version": "4.0.0", diff --git a/package.json b/package.json index 377e9ee16..ed2bbd506 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@tgwf/co2": "0.6.1", "aws-sdk": "2.613.0", "axe-core": "3.5.3", - "browsertime": "8.11.1", + "browsertime": "8.12.0", "coach-core": "5.0.1", "cli-color": "1.4.0", "concurrent-queue": "7.0.2",