From 693064b46408329c03ba90b413fd2ba3ab9ce997 Mon Sep 17 00:00:00 2001 From: Fabien Daoulas Date: Thu, 19 Sep 2024 14:57:29 +0200 Subject: [PATCH] Update README.md about tests. --- dss-plugin-visual-edit/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dss-plugin-visual-edit/README.md b/dss-plugin-visual-edit/README.md index e66cf63..d2bb5ce 100644 --- a/dss-plugin-visual-edit/README.md +++ b/dss-plugin-visual-edit/README.md @@ -120,8 +120,8 @@ python backend.py ## Integration tests -Visual Edit is validated against an integration test suite located in `dss-plugin-visual-edit/tests` and run on a ["test" Dataiku instance managed by the Business Solutions](https://tests-integration.solutions.dataiku-dss.io/home/). This can be launched from the "Actions" tab of this repository, by clicking "Run Gherkin tests" in the side bar, then clicking on "Run workflow" and choosing the branch that contains the test suite to run. - -**Note that the plugin is not updated automatically on the "test" Dataiku instance before each test run. To test a new version of the plugin, it should be updated on the test instance as a first step. This will be automated in the future.** +Visual Edit is validated against an integration test suite located in `dss-plugin-visual-edit/tests` and run on a ["test" Dataiku instance managed by the Business Solutions](https://tests-integration.solutions.dataiku-dss.io/home/). +* Tests are run automatically upon committing to the master branch (the plugin is automatically updated on the "test" Dataiku instance beforehand). +* Tests can also be triggered from the "Actions" tab of this repository, by clicking "Run Gherkin tests" in the side bar, then clicking on "Run workflow" and choosing the branch that contains the test suite to run. Head over to `tests`' [README](tests/README.md) for more information on how tests are implemented, what is being tested, and how to run tests locally.