Skip to content

Commit

Permalink
Update more references to /integration in dev guide
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Aug 21, 2023
1 parent b32dd7d commit caacbf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ $ yarn cypress run --spec "cypress/e2e/core-opensearch-dashboards/opensearch-das

## Writing tests

The testing library uses [Cypress](https://www.cypress.io/) as its testing framework and follow its high level folder structure. All tests are written under the `./cypress/integration` folder.
The testing library uses [Cypress](https://www.cypress.io/) as its testing framework and follow its high level folder structure. All tests are written under the `./cypress/e2e` folder.

### Tests for OpenSearch Dashboards

Tests for core features specific to [OpenSearch Dashboards](https://github.com/opensearch-project/OpenSearch-Dashboards) can be written under

```
/cypress
/integration
/e2e
/core-opensearch-dashboards
/opensearch-dashboards
```
Expand All @@ -121,7 +121,7 @@ Tests for plugins that are not a part of the [OpenSearch Dashboards](https://git

```
/cypress
/integration
/e2e
/plugins
/<YOUR_PLUGIN_NAME>
```
Expand Down

0 comments on commit caacbf6

Please sign in to comment.