Code Monkey home page Code Monkey logo

flakeless's Introduction

Flakeless - light touch, flake free browser testing in scala

What is it?

  • A lightweight library that wraps WebDriver for easy integration into both new and existing projects

Why would I use it?

  • You want to write your tests in blissful ignorance of async/ajax browser updates
  • You never want to write another sleep, explicit, implicit or fluent wait
  • You value zero tolerance to flaky tests
  • You value strong assertions (i.e. 'assert Element Not Found' is the most useless assertion one could possibly write - so Flakeless does not have it)
  • You want zero-effort test reporting

How?

  • No big bang migration, Flakeless lets you gradually migrate your tests one interaction at a time
  • Replace each browser action/assertion with one of Flakeless' simple Tell Dont Ask style primitives
  • Unable to find a primitive for X - raise an Issue

Sounds good, how do I start eradicating my existing flaky tests?

Sounds good, how do I start using flakeless on a new project?

  • Read the New Project Guide (coming soon)

I'm using it, how do I better understand my test suite?

  • Read the Reports Guide (coming soon)

Installing

Add the following lines to your build.sbt (click on the 'build passing' link above to get the version number)

resolvers += "Sonatype Repo" at "http://oss.sonatype.org/content/groups/public/"

libraryDependencies += "im.mange" %% "flakeless" % "version"

Copyright © 2016-2018 Spabloshi Ltd

flakeless's People

Contributors

alltonp avatar tobyweston avatar rhyskeepence avatar

Watchers

 avatar James Cloos avatar

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.