From 6e53f06ce33c5405f785cd94052cd8b2412821eb Mon Sep 17 00:00:00 2001 From: i3rotlher Date: Mon, 16 Oct 2023 18:17:34 +0200 Subject: [PATCH] added demo --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 148694c5e..1a2548e65 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,36 @@ Seed-Test is a website user interface testing tool, which uses approaches of beh Please contact us via mail seed-test@adesso.de +Seed-Test can be installed via docker or by hand. + +## **Give Seed-Test Demo a Try!** + +Seed-Test offers a handy demo version that's ready for you to dive into. If you're just looking to test out Seed-Test, you can easily do so by installing this demo. + +**Prerequisites** + +Before you begin, make sure you have [Docker](https://www.docker.com/products/docker-desktop/) installed. + +**Installation** + +Follow these simple steps to get up and running: + +- Open your terminal and run this command: + + ``` + docker run seedtest/seed-test-demo:latest + ``` + +**Try Seed-Test in Your Browser** + +Now, you can try out Seed-Test in your web browser by visiting `http://localhost:4200/login`. + +Have Fun! + +**Important Note** + +⚠️ Please note that Seed-Test's demo version is for testing purposes only and should not be used in a production environment. For production use, consider using the full version of Seed-Test.Test completely check out the Installation section bellow. + ## Installation Seed-Test can be installed via docker or by hand.