From dd25ce4b5f1964a511dd8d228e682020c9b7efb5 Mon Sep 17 00:00:00 2001 From: Simon Meggle Date: Tue, 23 Apr 2024 23:56:39 +0200 Subject: [PATCH] Article: getting started, added minimal suite example --- content/blog/getting-started/index.de.md | 7 ++++++- content/blog/getting-started/index.en.md | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/content/blog/getting-started/index.de.md b/content/blog/getting-started/index.de.md index ab119c7..acfb063 100644 --- a/content/blog/getting-started/index.de.md +++ b/content/blog/getting-started/index.de.md @@ -58,8 +58,13 @@ Nun ist es an der Zeit, das [Repo](https://github.com/elabit/robotmk-examples/ar > Das Repository https://github.com/elabit/robotmk-examples habe ich extra für Beispiel-Suites angelegt. Speichere es am Besten in Deinen Bookmarks. -Entzippe die Datei `master.zip` und speichere den Unterordner `web/cmk_synthetic_web` im Ordner `C:\robots\` ab. Dieser Ordner dient als sog. **Basisverzeichnis** für alle Robot-Suites. +> Die Erstellung des Environments für den Web-Test `web/cmk_synthetic_web` benötigt einige Minuten (Python-Packages, NodeJS, ...). +Falls Du ein absolutes Minimal-Beispiel starten möchtest, kannst Du aus dem Demo-Repo alternativ den Robot `minimal` verwenden. +In diesem Fall wird außer Robot Framework nichts weiter installiert. + +Entzippe die Datei `master.zip` und speichere den Unterordner `web/cmk_synthetic_web` im Ordner `C:\robots\` ab. Dieser Ordner dient als sog. **Basisverzeichnis** für alle Robot-Suites. + {{< figure src="img/robot-basedir.png" title="Speicherort des neuen Robots" >}} ### Ausführen des Robots mit RCC diff --git a/content/blog/getting-started/index.en.md b/content/blog/getting-started/index.en.md index 2d91851..275190e 100644 --- a/content/blog/getting-started/index.en.md +++ b/content/blog/getting-started/index.en.md @@ -55,6 +55,10 @@ Now it's time to download the [repo](https://github.com/elabit/robotmk-examples/ > I have created the repository https://github.com/elabit/robotmk-examples especially for example suites. It is best to save it in your bookmarks. +> Creating the environment for the web test `web/cmk_synthetic_web` takes a few minutes (Python packages, NodeJS, ...). +If you want to start an absolute minimal example, you can alternatively use the robot `minimal` from the demo repo. +In this case, nothing else is installed apart from Robot Framework. + Unzip the file `master.zip` and save the subfolder `web/cmk_synthetic_web` in the folder `C:\robots\`. This folder serves as the so-called **base directory** for all robot suites. {{< figure src="img/robot-basedir.png" title="Location of the new robot" >}}