Gathering detailed insights and metrics for appium-uiautomator2-server
Gathering detailed insights and metrics for appium-uiautomator2-server
Gathering detailed insights and metrics for appium-uiautomator2-server
Gathering detailed insights and metrics for appium-uiautomator2-server
Appium UiAutomator/UiObject2-based server for Android UI automation. This module is used by appium-uiautomator2-driver component
npm install appium-uiautomator2-server
98.8
Supply Chain
69
Quality
98.2
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
335 Stars
830 Commits
235 Forks
40 Watching
4 Branches
48 Contributors
Updated on 27 Nov 2024
Java (99.63%)
JavaScript (0.32%)
Shell (0.05%)
Cumulative downloads
Total Downloads
Last day
-19.8%
40,141
Compared to previous day
Last week
0%
252,221
Compared to previous week
Last month
17.8%
1,080,756
Compared to previous month
Last year
20%
8,580,615
Compared to previous year
A netty server that runs on the device listening for commands and executes using UiAutomator V2.
build the android project using below commands
gradle clean assembleServerDebug assembleServerDebugAndroidTest
push both src and test apks to the device and execute the instrumentation tests.
adb shell am instrument -w io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner
build the unitTest flavor using the below commands
gradle clean assembleE2ETestDebug assembleE2ETestDebugAndroidTest
unitTest flavor contains tests for handlers and can be invoked by using following command
gradle clean connectedE2ETestDebugAndroidTest
the above command takes care about installing the AUT apk in to the testing device/emulator before running the tests.
you can also invoke the test using below command
adb shell am instrument -w io.appium.uiautomator2.e2etest.test/androidx.test.runner.AndroidJUnitRunner
Note: AUT apk should be installed before executing above command.
No vulnerabilities found.
Reason
23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
security policy file detected
Details
Reason
binaries present in source code
Details
Reason
Found 4/19 approved changesets -- score normalized to 2
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More