Monitor your web app or website by running automated tests whenever you need them. Schedule your tests to run on set intervals or at specific times. Get notified instantly when your web test results are not as expected.
UIlicious never sleeps, you can schedule jobs to automatically test at night, on weekends, every hour. UIlicious never complains either... unless the test fails!
Add scripts to test in bulk,
and save time scheduling your jobs.
Select the web browsers
on which you want to run your tests.
Tests on any screen resolution
to be able to detect any visual regression.
Customize your user-agent
to test dedicated user paths effortlessly.
Choose from a dozen regions,
ensure your service works around the world.
Pick a weekday, an hour...
Make your test run daily, weekly... You choose!
Receive a test report whenever a test fails in your everyday email and chat communication tools.
Slack and Microsoft Teams
Webhook
Get an overview of your automated tests through your monitoring dashboard.
See details on the number of successful tests and errors per web browser.
Find out in just a few seconds when a test stopped working properly with your test history.
Easily integrate UIlicious into your deployment pipeline. Trigger test runs on deployment by plugging in UIlicious into your CI/CD pipeline using the `uilicious-cli`. You can quickly test the latest features that have been committed by your development team before they go live.
I.goTo("https://github.com/login")
I.fill("Email", "[email protected]")
I.fill("Password", "supersecretpassword")
I.click("Sign in")
I.see("Incorrect username or password.")
Create your own test