Skip to content

Commit

Permalink
Remove testing section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Apr 23, 2024
1 parent fc47d07 commit 2d79ac5
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions charts/chainlink-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,26 +172,3 @@ devspace run dashboard_deploy
```

Open Grafana folder `DashboardCoreDebug` and find dashboard `ChainlinkClusterDebug`

# Testing

Deploy your dashboard and run soak/load [tests](../../integration-tests/load/), check [README](../../integration-tests/README.md) for further explanations

```sh
devspace run dashboard_deploy
devspace run workload
devspace run dashboard_test
```

# Local Testing

Go to [dashboard-lib](../../dashboard) and link the modules locally

```sh
cd dashboard
pnpm link --global
cd charts/chainlink-cluster/dashboard/tests
pnpm link --global dashboard-tests
```

Then run the tests with commands mentioned above

0 comments on commit 2d79ac5

Please sign in to comment.