Skip to content

redhat-appstudio/rhtap-e2e

Repository files navigation

Red Hat Trusted Application Pipeline Tests

Warning

This tests are in very beta state yet. Before running them you need to perform some steps

Setup

Running tests

To run all tests based on jest confiuration use: yarn test

To run a single test use: yarn test <test file>

To run a specific group of tests use: yarn test --group=<test group> (if you wish to exclude a group use: --group=-<test file>)