GithubHelp home page GithubHelp logo

kryndex / e2e-tests Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microservices-demo/e2e-tests

0.0 1.0 0.0 10 KB

End to end tests for the socks shop

License: MIT License

Nix 52.53% Ruby 47.47%

e2e-tests's Introduction

End-to-end tests for the Socks shop.

Build Status

This repo contains a a set of end-to-end tests, that we use to verify that changes to the shop don't cause regressions.

Futhermore, it can be used to verify that swapping out a service (lets say the payment service) by one implemented in a different language, that things still work as intended.

How to run these tests

By running the following command, all tests in the tests directory will be run:

docker build -t weaveworksdemos/e2etests .
docker run --rm -e URL=<HOSTNAME> weaveworksdemos/e2etests

If you want to run only the login and add_holy_to_cart tests, run:

docker run --rm -e URL=<HOSTNAME> weaveworksdemos/e2etests login.rb add_holy_to_cart.rb

Building test runner

The test runner can be build using nix-build.

URL=localhost $(nix-build)/bin/e2etest tests/add_holy_to_cart.rb test/checkout_holy.rb

e2e-tests's People

Contributors

moretea avatar

Watchers

 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.