Merge branch 'master' of github.com:sitespeedio/sitespeed.io
This commit is contained in:
commit
193a6cb9b0
|
|
@ -1 +1 @@
|
|||
3.1.2
|
||||
3.1.3
|
||||
|
|
@ -75,6 +75,8 @@ And using Docker (remember: only works in Linux hosts):
|
|||
docker run --privileged -v /dev/bus/usb:/dev/bus/usb -e START_ADB_SERVER=true --shm-size=1g --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:{% include version/sitespeed.io.txt %} -n 1 --browsertime.chrome.android.package com.android.chrome --browsertime.xvfb false https://www.sitespeed.io
|
||||
~~~
|
||||
|
||||
If you want to run Docker on Mac OS X, you can follow Appiums [setup](https://github.com/appium/appium-docker-android) by creating a docker-machine, give ut USB access and then run the container from that Docker machine.
|
||||
|
||||
# Collect trace log
|
||||
One important thing when testing on mobile is to analyze the Chrome trace log. You can get that with *browsertime.chrome.collectTracingEvents*:
|
||||
|
||||
|
|
|
|||
|
|
@ -536,9 +536,9 @@
|
|||
"integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8="
|
||||
},
|
||||
"browsertime": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-3.1.2.tgz",
|
||||
"integrity": "sha512-VT2Uru27JeDQJS55cEw7Ner3yvmff/NxV50okF6CecYIFblvMApRxSVlVUc+0SAWnM1H1wCUFsfOx1kJ97l54A==",
|
||||
"version": "3.1.3",
|
||||
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-3.1.3.tgz",
|
||||
"integrity": "sha512-2K5njc1l+gGub180B77qhx6Y+nQ9TrBeFm3b4Ofu+583/7G92KD+HCAKkZ/fUfE0VytUmu9FlX53VQdl8m27Iw==",
|
||||
"requires": {
|
||||
"@sitespeed.io/throttle": "0.4.2",
|
||||
"adbkit": "2.11.0",
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
"dependencies": {
|
||||
"aws-sdk": "2.222.1",
|
||||
"bluebird": "3.5.1",
|
||||
"browsertime": "3.1.2",
|
||||
"browsertime": "3.1.3",
|
||||
"cli-color": "1.2.0",
|
||||
"concurrent-queue": "7.0.2",
|
||||
"fast-stats": "0.0.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue