Skip to content

Instantly share code, notes, and snippets.

@ziishaned
Last active March 6, 2018 11:46
Show Gist options
  • Save ziishaned/e06c367b60f3b29a0e8ea87230f31c90 to your computer and use it in GitHub Desktop.
Save ziishaned/e06c367b60f3b29a0e8ea87230f31c90 to your computer and use it in GitHub Desktop.
Appium Driver Codeception

Steps to follow for generating routes

  1. Open the routes file.
  2. Copy the METHOD_MAP object
  3. Open chrome dev tools and paste the object inside console tab and hit enter
  4. Now run the following command
    console.log(JSON.stringify(METHOD_MAP))
  5. Now copy the output and paste it in AppiumCommandRoute.json
  6. After that open your terminal and run the following command
    ./bin/ac-cli generate:all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment