-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates functional test readme #2492
Conversation
3fc0d33
to
df0125e
Compare
TESTING.md
Outdated
@@ -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 exisitng 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: exisitng -> existing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the old test should be migrated to the new repository.
It would be nice to also have some pointers on how to do this...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joshuarrrr We dont have a process to defined for this yet since we havent done a migration. The summary view PR can be a good example where we set precedent and come up with good examples. We can update this text once we do. I wanted to add this message here now because this is where i looked when I was writing tests and didnt see any mention of the FTR repo and its use.
@abbyhu2000 thanks, will make the change
Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
Updates the Readme to call out the change in functional testing for OpenSearch Dashboards Issue resolved: opensearch-project#2462 Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
Signed-off-by: Ashwin P Chandran ashwinpc@amazon.com
Description
Updates the Readme to call out the change in functional testing for OpenSearch Dashboards
Issues Resolved
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr