Skip to content

Integrate unittest in jenkins #13

Description

@noppelmax

Der current development branch produces xunit style results.

Run the following commands

python -m venv .venv
source .venv/bin/activate
pip install --no-cache-dir -r requirements.txt
python -m xmlrunner test/testAllXUnit.py -o testreports

in PROJECT_HOME to get the results in testreports.

The lines above create a new virtual environment under .venv, active it, install the dependencies and run the unittests.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions