Install testing dependencies
In this post we will cover the test dependencies we need to add to react-native to have the test framework Appium/Selenium Cucumber. This should work on both Linux and MAC.
For Web
yarn install assert \
selenium-webdriver \
wdio-cucumber-framework \
wdio-junit-reporter
wdio-selenium-standalone-service
For mobile
yarn install appium \
assert \
wdio \
wdio-appium-service \
wdio-cucumber-framework
For Web
yarn install assert \
selenium-webdriver \
wdio-cucumber-framework \
wdio-junit-reporter
wdio-selenium-standalone-service
For mobile
yarn install appium \
assert \
wdio \
wdio-appium-service \
wdio-cucumber-framework
Comments
Post a Comment