From 9441d537b7493f06223b3c0ddb11f0274c5bf586 Mon Sep 17 00:00:00 2001 From: Felix Weber Date: Thu, 31 Jan 2019 15:32:51 +0100 Subject: [PATCH 1/4] change timeout in generated nodeconfig.js from 30000 to 30 --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index 020a53b..6ec3ad3 100644 --- a/src/app.py +++ b/src/app.py @@ -165,7 +165,7 @@ def create_node_config(avd_name: str, browser_name: str, appium_host: str, appiu ], 'configuration': { 'cleanUpCycle': 2000, - 'timeout': 30000, + 'timeout': 30, 'proxy': 'org.openqa.grid.selenium.proxy.DefaultRemoteProxy', 'url': 'http://{host}:{port}/wd/hub'.format(host=appium_host, port=appium_port), 'host': appium_host, From 664ad07905867f29b16474bfd07a18fc49b70582 Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 7 Feb 2019 00:55:06 -0800 Subject: [PATCH 2/4] Add license scan report and status Signed-off-by: fossabot --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ca81407..86d7307 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![codecov](https://codecov.io/gh/budtmo/docker-android/branch/master/graph/badge.svg)](https://codecov.io/gh/budtmo/docker-android) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3f000ffb97db45a59161814e1434c429)](https://www.codacy.com/app/butomo1989/docker-appium?utm_source=github.com&utm_medium=referral&utm_content=butomo1989/docker-appium&utm_campaign=Badge_Grade) [![GitHub release](https://img.shields.io/github/release/budtmo/docker-android.svg)](https://github.com/budtmo/docker-android/releases) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbudtmo%2Fdocker-android.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbudtmo%2Fdocker-android?ref=badge_shield) Docker-Android is a docker image built to be used for everything related to mobile website testing and Android project. @@ -247,3 +248,7 @@ See [License](LICENSE.md) [adb_connection]: [sms]: [gian christanto]: + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbudtmo%2Fdocker-android.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbudtmo%2Fdocker-android?ref=badge_large) \ No newline at end of file From 2e59c45142165f4597e0d5a45e9269960509211a Mon Sep 17 00:00:00 2001 From: Budi Utomo Date: Mon, 11 Feb 2019 10:42:37 +0100 Subject: [PATCH 3/4] Added PR badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca81407..394d29a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![codecov](https://codecov.io/gh/budtmo/docker-android/branch/master/graph/badge.svg)](https://codecov.io/gh/budtmo/docker-android) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3f000ffb97db45a59161814e1434c429)](https://www.codacy.com/app/butomo1989/docker-appium?utm_source=github.com&utm_medium=referral&utm_content=butomo1989/docker-appium&utm_campaign=Badge_Grade) [![GitHub release](https://img.shields.io/github/release/budtmo/docker-android.svg)](https://github.com/budtmo/docker-android/releases) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) Docker-Android is a docker image built to be used for everything related to mobile website testing and Android project. From 43d38adf767d9a1054edff9fcc565e055e4a509a Mon Sep 17 00:00:00 2001 From: Budi Utomo Date: Thu, 14 Feb 2019 13:20:11 +0100 Subject: [PATCH 4/4] Updated readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64da697..161b92b 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,8 @@ LICENSE -------------- See [License](LICENSE.md) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbudtmo%2Fdocker-android.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbudtmo%2Fdocker-android?ref=badge_large) + [appium]: [espresso]: [robotium]: @@ -249,7 +251,3 @@ See [License](LICENSE.md) [adb_connection]: [sms]: [gian christanto]: - - -## License -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbudtmo%2Fdocker-android.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbudtmo%2Fdocker-android?ref=badge_large) \ No newline at end of file