Skip to content

Commit

Permalink
files: Add table of Content in README.md (#119)
Browse files Browse the repository at this point in the history
Closes #114
  • Loading branch information
orfeas-k authored Sep 10, 2024
1 parent 109a69f commit c4cc922
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ that users can run directly from inside a Notebook with `pytest`, as well as a `
automates the execution on an existing Kubeflow cluster. More details on running the tests can be
found in the [Run the tests](#run-the-tests) section.

## Content
* [Prerequisites](#prerequisites)
* [Run the tests](#run-the-tests)
* [From inside a notebook](#running-inside-a-notebook)
* [Using the `driver` ](#running-from-a-configured-management-environment-using-the-driver)
* [Using a remote commit](#run-tests-from-a-remote-commit)
* [Using a local copy](#run-tests-from-local-copy)
* [A subset of UATs](#run-a-subset-of-uats)
* [Kubeflow UATs](#run-kubeflow-uats)
* [Behind proxy](#run-behind-proxy)
* [Prerequisites for KServe UATs](#prerequisites-for-kserve-uats)
* [From inside a notebook](#running-using-notebook)
* [Using the `driver`](#running-using-driver)
* [Developer notes](#developer-notes)
* [Limitations](#limitations)


## Prerequisites

Executing the UATs requires a deployed Kubeflow cluster. That said, the deployment and
Expand Down

0 comments on commit c4cc922

Please sign in to comment.