We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cd28f commit 5b677cdCopy full SHA for 5b677cd
README.md
@@ -302,21 +302,27 @@ To run the tests you will need to have python3 >> 3.9 installed on your syste
302
C8Y_PASSWORD="mypassword"
303
```
304
305
-2. Startup the test setup, and bootstrap it
+2. Build the software management plugin
306
+
307
+ ```
308
+ just build
309
310
311
+3. Startup the test setup, and bootstrap it
312
313
314
just up
315
316
just bootstrap
317
318
-3. Setup the python3 virtual environment and install the test dependencies
319
+4. Setup the python3 virtual environment and install the test dependencies
320
321
322
just venv
323
324
-4. Run the RobotFramework tests
325
+5. Run the RobotFramework tests
326
327
328
just test
0 commit comments