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 Locally

Before runing tests, you can modify the file softwareTemplates.json manually to meet your RHTAP environment. For instance, if your RHTAP environment is using Github as Git repository and Jenkins as Pipeline provider, you can set them as true. Both the properties pipeline.version and priority are not in use, we leave them here for future use.

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>)