Pricing
Find the right plan matching your current needs.
Cancel or switch plan any time...
Freeβ¬0forever | Basicβ¬50 | Proβ¬120 | EnterprisePrice upon request | |
---|---|---|---|---|
Test Automation | ||||
Monthly Testing Minutes | unlimited | unlimited | unlimited | unlimited |
Android tests | 10 | unlimited | unlimited | unlimited |
iOS tests | 10 | unlimited | unlimited | unlimited |
Test Batch Composer | β | β | β | β |
Text Assertions | β | β | β | β |
Pixel Perfect Assertions | β | β | β | β |
ADB Commands | β | β | β | β |
JavaScript Commands | β | β | β | β |
Command Line Execution | β | β | β | β |
Test Reporting | ||||
PDF Reports | demo access | demo access | β | β |
Jira Integration | β | β | ||
Test Batch Reporting | demo access | demo access | β | β |
Advanced features | ||||
Test sharing between users | β | |||
Project workspaces | β | |||
Test versioning | β | |||
Continuous integration support | β | |||
Support | ||||
Email support | β | β | β | β |
Priority support via slack | β |
Are you a student? Do you work with an NGO?
We offer free licenses for educational and social purposesβ drop us a line to learn more!
Frequently asked
How can I upgrade, downgrade, cancel my subscription?
You can do so anytime β just drop us a message at office@repeato.app, we'll get this done for your immediately.
Can I get a discount?
We offer discounts for NGOs, educational purposes, and annual subscriptions. Drop us a line at office@repeato.app, weβll see what we can do for you!
How is Repeato different from other testing tools?
There are dozens of UI testing tools out there. Espresso, Robotium, Appium, you name it. But they all lack one thing: Simplicity. Repeato does not rely on the underlying structure of a UI for testing. Instead it uses computer vision and machine learning algorithms for handling the matching which is needed for doing asserts.
How secure is Repeato?
Based in the EU, Repeato is underlying some of the most strict data security guidelines, namely GDPR.
A real alternative to Espresso
Tired of trying to find the right view ID, mocking classes, creating idling resources or finding the right delays for your test automation? This is how repeato does things differently:
Common UI Testing Frameworks need to have a sophisticated understanding of how the UI is structured. In order to create asserts and click views, the testing framework needs a unique reference to the respective view in the view hierarchy (layout). Usually a manually set ID or the "layout path" is used as a unique reference and the developers needs to reference that ID when theyΒ write test automation code.
This approach comes with a lot of complexity which needs to be handled by the developer:
- Looking up view IDs
- Making sure that those are unique (IDs can reoccur in different places in the hierarchy)
- When layouts are refactored IDs often change, this breaks the tests, which need to be fixed
- Creating idling resources for asynchronous code
- Making sure view lookups and clicks are not executed before view is fully visible (problematic with view animations and fragment transitions)
- Installing additional framework components for handling automation outside of the app context (notifications, switching to other app)
Repeato does things differently. It operates fully on pixel data and does not care about the underlying structure of the UI. It basically seesΒ what a tester would see by utilising computer vision (open CV) and machine learning (tensor flow).
Asserts are created by defining pixel regions, which can later be found again by the computer vision algorithm. Even when your design or device aspect rations change slightly.
Time to get your hands on!
Download Repeato now, speed up your testing and get your apps out in less time with less bugs!