verdnatura-chat/appium
GleidsonDaniel 05f6a1e9f4 fix ios tests 2022-05-05 15:11:38 -03:00
..
apps set separation of projects and settings 2022-04-08 09:29:52 -03:00
config add support to typescript 2022-04-28 16:33:51 -03:00
tests fix ios tests 2022-05-05 15:11:38 -03:00
README.md update appium docs 2022-04-08 09:29:52 -03:00
appium-config.md update appium inspector doc 2022-04-08 10:47:59 -03:00
babel.config.js add support to typescript 2022-04-28 16:33:51 -03:00
package.json add support to typescript 2022-04-28 16:33:51 -03:00
tsconfig.json add support to typescript 2022-04-28 16:33:51 -03:00
yarn.lock add support to typescript 2022-04-28 16:33:51 -03:00

README.md

Rocket.chat Appium integration

Project to run e2ed tests with appium.

Running

Follow the below commands -

  • Clone the project - https://github.com/RocketChat/Rocket.Chat.ReactNative.git.

  • Go to appium folder using the same terminal - cd appium.

  • Install dependencies using npm i in the terminal.

  • Update the deviceName and platFormVersion in config/android.info.js and config/ios.info.js respectively.

  • Update the apps folder with apk to run on android or set .ipa to run on ios.

  • Start appium server.

  • Execute npm run ios to run ios app.

  • Execute npm run android to run ios app.