Skip to content

Commit d1615f9

Browse files
authored
Update README.md
1 parent e1b8a86 commit d1615f9

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
1-
# appium-plugins
1+
# Appium Plugins
2+
23
Home for Appium Plugins maintained by the BrowserStack Open Source Program Office
4+
5+
To install checkout individual README for each plugins in the repo
6+
7+
8+
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:
9+
10+
```
11+
appium --plugins=opentelmetry
12+
```
13+
14+
For information and documentation about each plugin hosted in this repo, head to the individual READMEs:
15+
16+
* [Opentelemetry plugin](packages/opentelemetry) - A plugin designed to automatically generate traces for http events in appium server
17+
18+
# Developer
19+
20+
To run:
21+
22+
```
23+
npm run clean
24+
```
25+
26+
or
27+
28+
```
29+
npm run bootstrap
30+
npm install
31+
npm run build
32+
```
33+
34+
To Test:
35+
36+
```
37+
npm test:unit
38+
```

0 commit comments

Comments
 (0)