Skip to content

Instantly share code, notes, and snippets.

@PicoCreator
Created February 5, 2018 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PicoCreator/127df587b8cd1e3c373461e5393d2afb to your computer and use it in GitHub Desktop.
Save PicoCreator/127df587b8cd1e3c373461e5393d2afb to your computer and use it in GitHub Desktop.
About Uilicious 🤓 in code
// UI-licious is a simple and robust solution
// for automating UI testing for web applications.
I.goTo( "https://uilicious.com" );
I.click( "sign up" );
// Signing up, and writing test scripts,
// can be as easy as this script.
I.fill( "Email", "<my email address>" );
I.fill( "Name", "<name i wish to be addressed as>" );
I.fill( "Password", "<my super secret password>" );
// Go give our free trial a try =)
I.click( "sign up for free" );
I.see( "free trial" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment