From 17974830bec40ac648df46919e85ce14ce7e687f Mon Sep 17 00:00:00 2001 From: Ashwin P Chandran Date: Tue, 4 Oct 2022 04:21:55 +0000 Subject: [PATCH] Updates functional test readme Signed-off-by: Ashwin P Chandran --- CHANGELOG.md | 1 + TESTING.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd139a81baf..8b0c8631b7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,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 diff --git a/TESTING.md b/TESTING.md index d93475e4b317..68077547ef88 100644 --- a/TESTING.md +++ b/TESTING.md @@ -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: