Skip to content

Commit 5b677cd

Browse files
committed
add missing step how to locally run tests
1 parent 32cd28f commit 5b677cd

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,21 +302,27 @@ To run the tests you will need to have python3 >> 3.9 installed on your syste
302302
C8Y_PASSWORD="mypassword"
303303
```
304304

305-
2. Startup the test setup, and bootstrap it
305+
2. Build the software management plugin
306+
307+
```
308+
just build
309+
```
310+
311+
3. Startup the test setup, and bootstrap it
306312

307313
```
308314
just up
309315
310316
just bootstrap
311317
```
312318

313-
3. Setup the python3 virtual environment and install the test dependencies
319+
4. Setup the python3 virtual environment and install the test dependencies
314320

315321
```
316322
just venv
317323
```
318324

319-
4. Run the RobotFramework tests
325+
5. Run the RobotFramework tests
320326

321327
```
322328
just test

0 commit comments

Comments
 (0)