diff --git a/README.md b/README.md index e0ca0977..d0a577f5 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# odh-e2e +# ODH-E2E +E2e test suite for opendatahub using fabric8 kubernetes client + +[![UnitTest](https://github.com/ExcelentProject/odh-e2e/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/ExcelentProject/odh-e2e/actions/workflows/test.yaml) + +## Run full suite +```commandline +GITHUB_TOKEN="your_github_read_token" mvn verify --settings settings.xml +``` + +## RUN Unit test of the suite +```commandline +GITHUB_TOKEN="your_github_read_token" mvn test --settings settings.xml +``` \ No newline at end of file