Giter Club home page Giter Club logo

ab_test's Introduction

Readme

This document describes what you'll need and how to run the automated comparison of LIVE vs. Devbox

Requirements to run the tests

Make sure the VagrantBox is up and running, and the .local URLs are all reachable.

PHP 5.3+ has to be installed and available on CLI.

For the screenshot comparison we have the following binary requirements:

  • PhantomCSS
  • CasperJS 1.1-Beta (Important! Has to be the beta)
  • PhantomJS

Automated FE Test

#####Simply run:

npm install
export PHANTOMJS_EXECUTABLE=${WORKSPACE}/node_modules/phantomcss/node_modules/phantomjs/bin/phantomjs;
php Classes/Cli/Dispatcher.php -c ABTest -a compareFrontend --url=http://dummy-domain.com --log-level=1 --max-fail-count=1000

To let the defined URL be tested it HAS to be defined in config.json file: e.g.

"dummy-domain.com":{
    "compareDomain":"www.deploy.dummy-domain.aoe.host",
    "comparisonType":[
        "frontend",
        "source"
    ]
},
"www.dummy2.de":{
    "compareDomain":"www.deploy.dummy2.aoe.host",
    "comparisonType":[
        "frontend",
        "source"
    ]
}

The config.json file must be located in the project's repository folder

==> Tests/AB/config.json

Todo

The following describes what is left to be done:

  • We need to use the latest backup from Prod.
  • Screenshot comparison is possible with PhantomCSS, but not yet done as the Text Comparison is faster and for now good enough to find the differences. But it might be necessary to implement this
  • make sure the manual testplan (Manual_Testing.md) is executed manually by a tester as some things we cannot automatically test

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.