Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
wdio-appium-service
Advanced tools
webdriver.io service plugin for Appium. With this service installed, you need not to run Appium manually. Please see the manual for wdio-selenium-standalone-service for more detail.
Please register this package as service plugin and specify command line arguments in wdio.conf. 'appium'
is used for command. If command
key is provided in the configuration, it will be used.
{
... // Other config
service: [
require('wdio-appium-service')
],
appium: {
args: [
"--address", "127.0.0.1",
"--command-timeout", "7200",
"--session-override",
"--debug-log-spacing",
"--platform-version", "9.1",
"--platform-name", "iOS",
"--show-ios-log",
"--device-name", "iPhone 6",
"--native-instruments-lib",
"--isolate-sim-device",
"--app", APP_PATH
]
}
}
This software is distributed under the MIT license.
FAQs
webdriver.io service to start & stop Appium server
We found that wdio-appium-service demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.