Giter Site home page Giter Site logo

ai-bridge's Introduction

UI-licious

Website | Docs | Roadmap | Change Log | Contact Support

UI-licious is a tool to automate user journey testing for your website on different browsers and resolutions.

UI-licious Snippet Preview

Example:

Here's an example to test the Github's Login flow

I.goTo("https://github.com")
I.click("Sign up")
I.see("Join GitHub")
I.fill("Username", "brucewayne")
I.fill("Email", "[email protected]")
I.fill("Password", "supersecretpassword")
I.click("Create an account")

▶️ Run this test

How is it different from other testing libraries or tools?

UI-licious is a high-level testing language, designed to be written and read by humans.

Unlike other testing libraries or tools, which relies either hard-coding CSS and XPATH selectors into the tests (or on the front-end developers writing The Perfect UI code), UI-licious tests are designed to work regardless of how the UI is implemented.

UI-licious uses dynamic code analysis on your website to evaluate best matches for the target element of the given command based on the semantics of the HTML code and the context of preceding test commands. Your UI code doesn't not have to be perfect, but UI-licious works most accurately when the website uses semantic HTML and ARIA accessibily attributes.

At best, you can write tests that are meaningful, robust, reusable, and easy to maintain.

If not, UI-licious still support CSS and XPATH as a fallback.

What front-end does UI-licious support?

React, Vue, Angular, Polymer, EmberJs, KnockoutJs, JQuery, Vanilla...

UI-licious works on any front-end! UI-licious works on good old static sites, server-sider rendered and modern SPA applications.

Check out examples for: React | Vue | Angular | All

Supported browsers

  • Chrome
  • Firefox
  • Safari
  • Microsoft Edge
  • Internet Explorer 11

Installation

There's none!

Head over here to create your first test: https://snippet.uilicious.com

Get Started

You can start with the tutorial on https://snippet.uilicious.com, or Read the Docs.

List of commands

Testing localhost / internal applications

If you are not using a self-hosted version of UI-licious, you can use services like ngrok to temporarily expose your application to a secure public url.

✨ What's UI-licious Studio?

UI-licious Studio is the professional edition of UI-licious, with advanced features such as:

  • Projects to organise and manage tests and reports
  • Datasets to manage sensitive test data and quickly swap test data between tests
  • Jobs to schedule tests and setup error alerts

View plans and pricing

✨ Command Line Interface

You need to have a UI-licious Studio account to use the Command Line Interface

UI-licious CLI - Run a Test Example

You can execute UI-licious tests using the CLI. This allows you hook tests into your deployment build within your CI/CD tools.

Read the Docs

FAQs

Is UI-licious open-source?

No.

Is UI-licious based on Selenium?

Yes in the sense that UI-licious is built on the standard WC3 Webdriver Protocol for Browser Automation, which is based off the Selenium project.

Is there a self-hosted edition?

Please contact us for a commercial license to self-host UI-licious on your servers.

ai-bridge's People

Contributors

picocreator avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

malipetek kevb10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.