One year ago, I dreamed of:
A UI automation tool that keeps working even if your app changes.
Now it's reality, I am proud to present to you KogiQA!
import {Browser} from 'kogi'
const apiKey = ""
const page = await Browser.start(apiKey, "local", "kogiqa.com/examples/loginexample Test")
await page.navigate("https://kogiqa.com/examples/loginExample")
await page.click("Username")
await page.type("Username","max")
await page.click("Password")
await page.type("Password","admin")
await page.click("Sign In")
await page.close()
const apiKey = ""
const page = await Browser.start(apiKey, "local", "kogiqa.com/examples/loginexample Test")
await page.navigate("https://kogiqa.com/examples/loginExample")
await page.click("Username")
await page.type("Username","max")
await page.click("Password")
await page.type("Password","admin")
await page.click("Sign In")
await page.close()
Note: This means that your tests won't break as long as the app's logic stays the same. This will save you a lot of time. But you probably figured this out by now.
You are not into coding?
You can use kogiQA without touching a single line of code, just with our UI.
Want the best of both worlds?
Use the kogiQA record and just export the code and continue from there!
So I can run it on my machine, but what about all the others?
You can test events across platforms by running your code with one click or one line in the cloud.
Chrome
Firefox
Safari
Edge
const page = await Browser.start("YOUR API KEY", /* ==> */ "chrome" /* <== */ )
await page.navigate("https://kogiqa.com/static/examples/hello")
await page.type("Name","Max") // <== Replace this with your name (-;
await page.close()
That sounds good, but what does it cost?
Let's say it like this: you get it without selling your children or pets.
Single Licence
Perfect for individual freelancers and developers.
€15/mo
Group Licence
For teams and corporate environments.
€49/mo
Cloud browser sessions (optional)
You can use kogiQA completely locally wit all features with our per user licence. If you want to run your tests on other browsers, you have the option to run them in the cloud, and this is billed per minute.
€0.001/min
Note: We are a small bootstrapped company; we don't have the big VC dollars. So, we may not be able to get as low in our pricing as we would like to, but. We will hope it is a fair price. If you would like to use the tool for open source or for a nonprofit, we offer a 50% discount.
Is that all you've got?
Absolutely not! We have far more mother features than you could ever need.
- Fist class Flutter web support
- simple file uploads (Uploade a simple password file example)
- content editable support
- Drawing on canvas support (Example with Draw Hello)
- Advanced Drag and drop support (Put the correct elements in the correct shape)
- Hover simulation support
- Fast screenshort form tool
- Element resizing support
- keyboard shortcuts support
- Email resizing support
And lots more!
Note: You tried the tool and found a feature that would make your life easier. Don't hesitate to contact us we are a small independent team and love adding new features.
You are not sold yet?
Fair enough, just give it a try for 30 days for free!