Skip to content

Commit

Permalink
docs: remove TBD section of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arikkfir committed Sep 15, 2023
1 parent b1ad517 commit 18d6d97
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ $ brew install kubernetes-cli # Kubernetes CLI

### Telepresence setup

Install Telepresence by following [this guide](https://www.getambassador.io/docs/telepresence-oss/latest/install). Note that this will add the `ambassador` namespace to the cluster.
Install Telepresence by following [this guide](https://www.getambassador.io/docs/telepresence-oss/latest/install). Note
that this will add the `ambassador` namespace to the cluster.

It's also possible you'll need to [apply these changes](https://www.getambassador.io/docs/telepresence-oss/latest/troubleshooting#volume-mounts-are-not-working-on-macos)
It's also possible you'll need
to [apply these changes](https://www.getambassador.io/docs/telepresence-oss/latest/troubleshooting#volume-mounts-are-not-working-on-macos)
if you need to have volume mounts working on macOS.

You'll also need to connect to the cluster once with a durable connection, like so:
Expand Down Expand Up @@ -59,19 +61,7 @@ End-to-end tests are available in the `e2e` directory. To run them use the follo
```shell
$ npx playwright test # Runs the end-to-end tests.
$ npx playwright test --ui # Starts the interactive UI mode.
$ npx playwright test --project=chromium # Runs the tests only on Desktop Chrome.
$ npx playwright test example # Runs the tests in a specific file.
$ npx playwright test --debug # Runs the tests in debug mode.
```

See [this blog post](https://playwright.dev/docs/intro) for more information.

#### TBD

NOTE: this has not been experimented with yet.

Tests code generation:

```shell
$ npx playwright codegen # Auto generate tests with Codegen.
```

1 comment on commit 18d6d97

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End to end tests result: success (click here for a full report)
Application URL: https://acme.main.greenstar.kfirs.com


Total Tests in Suite: 1,
Total Tests Completed: 1,
Tests Passed: 1,
Tests Failed: 0,
Flaky Tests: 0,
Test Skipped: 0,
Test run was failure free? true,
Duration of CPU usage in ms: 7871,
Duration of entire test run in ms: 8585,
Average Test Duration in ms: 7871,
Test Suite Duration: 00:09 (mm:ss),
Average Test Duration: 00:08 (mm:ss),
Number of workers used for test run: 1

Please sign in to comment.