nodejs/README.md
2025-01-03 11:33:05 +01:00

724 B

Node.JS Tests

Nodejs test suite for Fedora Linux

These tests made for Test Management Tool, using .fmf format for metadata

Tmt docs for reference

Usage locally

Make sure you got tmt and its tools installed:

sudo dnf install -y tmt tmt+provision-virtual

or if you want all tools (virtual and container):

sudo dnf install -y tmt+all

check what test plans and sub plans are available:

tmt plans

check what individual tests are available:

tmt tests

Run all available tests

tmt run

Run chosen plan or individual test

tmt plans
tmt run plans -n <plan>
tmt tests
tmt run tests -n <test>