https://github.com/browserstack/appium-plugins
Home for Appium Plugins maintained by the BrowserStack Open Source Program Office
https://github.com/browserstack/appium-plugins
Last synced: about 1 year ago
JSON representation
Home for Appium Plugins maintained by the BrowserStack Open Source Program Office
- Host: GitHub
- URL: https://github.com/browserstack/appium-plugins
- Owner: browserstack
- Created: 2021-06-25T10:39:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T03:06:30.000Z (over 2 years ago)
- Last Synced: 2024-05-02T06:07:44.702Z (almost 2 years ago)
- Language: JavaScript
- Size: 642 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Appium Plugins by Browserstack
Home for Appium Plugins maintained by the BrowserStack Open Source Program Office
To install checkout individual README for each plugins in the repo
To activate an installed plugin so that it has an effect for the running server, make sure to include it in the list of activated plugins when starting the server:
```
appium --plugins=opentelmetry
```
For information and documentation about each plugin hosted in this repo, head to the individual READMEs:
* [Opentelemetry plugin](packages/opentelemetry) - A plugin designed to automatically generate traces for http events in appium server
# Developer
To run:
```
npm run clean
```
or
```
npm run bootstrap
npm install
npm run build
```
To Test:
```
npm test:unit
```