Skip to content

Commit

Permalink
Update readme with infomations for running test suite (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored Nov 10, 2023
1 parent c7f3ee1 commit 5b1ae11
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 5b1ae11

Please sign in to comment.