bot

Introducing the Vibe in automating testing

Represent your test steps as plain text and let the AI Agent do it's magic across devices for you!
How It Works
-

Connect to your local session.

For Mobile devices

Start an appium server. Note: using --allow-cors is a must
$ appium --allow-cors
Use ngrok and expose the server
$ ngrok http { appium-server-port-number }
Copy the resulting server info and add it into the form to create session

For Browsers

Start an selenium grid server in standalone mode. You can download it from here
$ java -jar selenium-server-4.31.0.jar standalone
Use ngrok and expose the server
$ ngrok http { selenium-grid-server-port-number }
Copy the resulting server info and add it into the form to create session
- Create Test
- Run Test
Thanks for giving the tool a try! Note: There are no loading spinners integrated so please feel free to identify any failures by comparing the device and api responses I am running the AI Model on a high performance GPU machine and I cannot afford to keep it available 24/7. The servers go to sleep mode if there is no traffic and so I would request you to wait for a few minutes just for the first Ai related tasks. You can reload your page in a few mins if the api hasn't responded.
Get in touch for feedbacks and support at mail: ajay0912.dpi@gmail.com
Demo Video
Youtube video: