GithubHelp home page GithubHelp logo

axiom's Introduction

axiom

No Code End To End Test Solution For Web Applications

How It Works

  • User presses button record
  • User engages with the web app: invokes event listeners, sends requests, redirects to different pages, etc.
  • The tool records every event from the user and takes snapshots as document.body.innerHTML after each event, then puts it in the map: [ { event, html } ]
  • User presses button stop
  • File(s) with the records is being save according to the configuration
  • User run cli command to run tests again

Every recorded state of the HTML is considered as the correct behaviour

Benefits

  • Higher test coverage with little to no effort
  • No code needed at all, i.e. no need to support additional code base
  • Easier to detect bugs
  • We are testing the real thing

TODO:

  • We will start with custom script, maybe we will consider browser extension, but we will see
  • Function that detect all events in the document
  • Function that records all the events
  • Function that allows to donload recordings
  • Function that can emulate all the events
  • Learn and implement browser direvers to run all tests
  • Buttons record, pause and stop
  • Handle page redirects
  • Handle AJAX Requests
  • Create logo
  • Create Video
  • Write an article
  • Promote it

axiom's People

Contributors

guseyn avatar

Watchers

 avatar  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.