GithubHelp home page GithubHelp logo

otto-de / jlineup Goto Github PK

View Code? Open in Web Editor NEW
72.0 72.0 16.0 50.06 MB

An easy-to-use visual acceptance test tool to automatically detect design changes of your website. Works on the command line or as a web service.

License: Apache License 2.0

Java 87.77% Shell 1.04% HTML 10.61% Dockerfile 0.59%
acceptance-testing continuous-deployment continuous-integration frontend-testing headless test-automation visual-acceptance-testing

jlineup's People

Contributors

dependabot[bot] avatar ewoelfel avatar frankbregulla1111 avatar ftorkler avatar mediamarco avatar michaelkoelbl1011 avatar ralfwarfelmann0815 avatar snyk-bot avatar stefandenner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jlineup's Issues

Create a web frontend for jobs

The webserver part of JLineup should have a nice overview of running and recent Jobs. At the moment, the edison status detail indicator is (mis)used for this.

report.json beinhaltet nicht das max-diff

In der report.json fehlt momentan die Information ob ein Test fehlgeschlagen ist. Es wird zwar das difference ausgewiesen, dieses muss dann aber manuell wieder gegen das max-dif aus der lineup.json verglichen werden. Wäre es nicht Sinnvoll ein failure Status oder das max-diff auch in das report.json mit aufzunehmen?

Gruß
David

faulty dependency in 3.0.0-rc1 pom

In the pom of 3.0.0-rc1 jlineup-core is not properly referenced.
Is:

<dependency>
    <groupId>de.otto</groupId>
    <artifactId>core</artifactId>
    <version>3.0.0-rc1</version>
    <scope>compile</scope>
</dependency>

Should:

<dependency>
    <groupId>de.otto</groupId>
    <artifactId>jlineup-core</artifactId>
    <version>3.0.0-rc1</version>
    <scope>compile</scope>
</dependency>

This leads to problems if you want to use jlineup in gradle:
Execution failed for task ':jlineupBefore'.

Could not resolve all files for configuration ':runtime'.
> Could not find de.otto:core:3.0.0-rc1.
Searched in the following locations:
https://repo1.maven.org/maven2/de/otto/core/3.0.0-rc1/core-3.0.0-rc1.pom
https://repo1.maven.org/maven2/de/otto/core/3.0.0-rc1/core-3.0.0-rc1.jar
Required by:
project : > de.otto:jlineup:3.0.0-rc1

Reveal run id after before run

It would be great to retrieve the 'before' run id after requesting the /runs endpoint either via body response or redirect in order to get the url to request for the 'after' phase

Persistence

JLineup Web doesn't have any persistence besides the screenshots and the generated reports on disk. To make it possible to restart the server without loosing currently running or pending jobs, we need a persistence.

Make job errors accessible through the job status

At the moment, errors and exceptions, that are thrown during a JLineup web run, go to the configured log on the web server. It would be nice to have at least the root error cause in the job status.

Create a readme.md file

Hi
Could you create a readme.md file to help with the start and using the jlineup tool and some tips as to how would you use it and also test scenarios where some page interaction is required to go to the desired page like login or click or something else ??

thanks ....

after step does not recognice existing before step when running with delay

Hi,

I just noticed a strange behavior that seems to be existing since 4.4.0. 4.3.4 works fine:

I build a service that runs two comparisions: one where the after step runs right after the before step (no issues), and one where the before step runs, then some software updates are triggered, and after the updates are finished (might take a few minutes), the after step is exectued. This works with 4.3.4, but since 4.4.0, the after step seems to not notice the before step. It just creates additional folders for the screenshots, instead of adding the after screenshots in the folders created by the before step, and the report.json only contains screenshot-after-file-name entries, screenshot-before-file-name is null.

Does the max-diff value gets rounded internally?

I have a comparision with a very small difference value (0.00036101398601399). When I use exactly that value for the max-diff config value, the check fails. Increasing it to something like 0.00037101398601399 works, so I wondered if there is some rounding done internally?

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.