Skip to content

Commit

Permalink
Article: getting started, added minimal suite example
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeggle committed Apr 23, 2024
1 parent 1a9903e commit dd25ce4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/blog/getting-started/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions content/blog/getting-started/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand Down

0 comments on commit dd25ce4

Please sign in to comment.