Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 460 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 460 Bytes

appium-codeceptjs-to-do-app

Testing framework for To do application

Language: Javascript

Test Application: To do application

Scenario 1: Add task

Scenario 2: Delete task

Scenario 3: Update task

clone this repo to a local directory

https://github.com/hiiamzens/appium-codeceptjs-to-do-app.git

Install needed packages

npm install

Steps:

  • Open appium server
  • Config app and devices on codecept.conf.js
  • Start testing by npx codeceptjs run