appiumlab
v0.0.14
Published
To get started with Appium Lab, install
Readme
Appium Lab
To get started with Appium Lab, install
npm install -g @moquality/appiumlabYou can then initialize a test enviornment with
appiumlab --initThis creates a folder named test with a basic Appium test case in the mocha test framework.
To run tests in Appium Lab,
- Open https://appiumlab.firebaseapp.com
- Run tests with
yarn test
You can now use AppiumLab to help you with writing tests.
