testing-fm1
Version:
Creates folders and files required for testing in Devicefarm
45 lines (31 loc) • 443 B
Markdown
# Generates testing realted files
```
Usage: npx tysontesting <foldername>
Options:
-h, --help output usage information
-V, --version output the version number
```
## Install
```
npm i testing-fm1
```
## Example
```
npx testing devicefarmtest
```
will create
```
devicefarmtest
|
+--__tests__
| |
| +--appium_testing.js
|
+--.babelrc
|
+--.jshintrc
|
+--jest.config.js
|
+--package.json
```