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
services: [
require('wdio-appium-service')
],
appium: {
args: {
address: '127.0.0.1',
commandTimeout: '7200',
sessionOverride: true,
debugLogSpacing: true,
platformVersion: '9.1',
platformName: 'iOS',
showIosLog: true,
deviceName: 'iPhone 6',
nativeInstrumentsLib: true,
isolateSimDevice: true,
app: APP_PATH
}
}
}
For args
, you can specify keys in lowerCamel. Its values are interpreted as its value. If value is boolean, true
means specifying the key and false
means not specifying.
For example, platformVersion: '9.1'
will be converted to --platform-version=9.1
, sessionOverride: true
will be --session-override
, showIosLog: false
will specify nothing.
This software is distributed under the MIT license.
FAQs
webdriver.io service to start & stop Appium server
The npm package wdio-appium-service receives a total of 5,290 weekly downloads. As such, wdio-appium-service popularity was classified as popular.
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.