Skip to content

Commit

Permalink
Updates functional test readme (#2492) (#2545)
Browse files Browse the repository at this point in the history
Updates the Readme to call out the change in functional testing
for OpenSearch Dashboards

Issue resolved:
#2462

Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
(cherry picked from commit a672ee1)

Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and ashwin-pc committed Oct 19, 2022
1 parent 72684e7 commit c08c61a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Remove extra typo from README. ([#2403](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2403))
* Add sample config for multi data source feature in yml template. ([#2428](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2428))
* README.md for dataSource and dataSourceManagement Plugin ([#2448](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2448))
* Updates functionl testing information in Testing.md ([#2492](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2492))

### 馃洜 Maintenance

Expand Down
3 changes: 3 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ To run specific integration tests, pass the path to the test:
`yarn test:jest_integration [test path]`

### Functional tests

Functional testing in OpenSearch Dashboards is migrating to the [opensearch-dashboards-functional-test](https://github.com/opensearch-project/opensearch-dashboards-functional-test) repository. All new functional tests should be written there. When modifying a file that affects an existing functional test, the old test should be migrated to the new repository. The rest of this section outlines how to run the existing functional tests in the repository.

To run all functional tests:
`yarn test:ftr`
To run specific functional tests, you can run by CI group:
Expand Down

0 comments on commit c08c61a

Please sign in to comment.