Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 815 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 815 Bytes

Documentation

An AI-powered automation SDK can control the page, perform assertions, and extract data in JSON format using natural language.

See https://midscenejs.com/ for details.

iOS/Android prerequisites

iOS/Android is driven by appium, so you need the following Appium tool chain first:

then execute the command to start appium server:

appium --use-plugins=universal-xml

now you can use run tests for iOS/Android devices:

npm run test:ai -- appium

License

Midscene is MIT licensed.