From 02984c96a7eaa2ca99e24bb21f3823bd9b186ce1 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Tue, 28 Mar 2023 14:04:13 -0700 Subject: [PATCH 1/2] Add link to recorded session about the ACA-Py Integration tests Signed-off-by: Stephen Curran Signed-off-by: Stephen Curran Signed-off-by: Stephen Curran --- demo/INTEGRATION-TESTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demo/INTEGRATION-TESTS.md b/demo/INTEGRATION-TESTS.md index e74008f29d..4115ff0cdc 100644 --- a/demo/INTEGRATION-TESTS.md +++ b/demo/INTEGRATION-TESTS.md @@ -2,6 +2,11 @@ Integration tests for aca-py are implemented using Behave functional tests to drive aca-py agents based on the alice/faber demo framework. +If you are new to the ACA-Py integration test suite, this [video](https://youtu.be/AbuPg4J8Pd4) from ACA-Py Maintainer @ianco describes +the Integration Tests in ACA-Py, how to run them and how to add more tests. + +## Getting Started + To run the aca-py Behave tests, open a bash shell run the following: ```bash From 961ca0d8c36b8e34a41ebbd9c4fc7df66a0c4a62 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Tue, 28 Mar 2023 14:11:33 -0700 Subject: [PATCH 2/2] Add link to video about AATH testing in ACA-Py Signed-off-by: Stephen Curran Signed-off-by: Stephen Curran Signed-off-by: Stephen Curran --- demo/INTEGRATION-TESTS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/demo/INTEGRATION-TESTS.md b/demo/INTEGRATION-TESTS.md index 4115ff0cdc..b8a8bf456c 100644 --- a/demo/INTEGRATION-TESTS.md +++ b/demo/INTEGRATION-TESTS.md @@ -3,7 +3,8 @@ Integration tests for aca-py are implemented using Behave functional tests to drive aca-py agents based on the alice/faber demo framework. If you are new to the ACA-Py integration test suite, this [video](https://youtu.be/AbuPg4J8Pd4) from ACA-Py Maintainer @ianco describes -the Integration Tests in ACA-Py, how to run them and how to add more tests. +the Integration Tests in ACA-Py, how to run them and how to add more tests. See also the video at the end of this document about running +Aries Agent Test Harness tests before you submit your pull requests. ## Getting Started @@ -161,3 +162,7 @@ To run a specific set of Aca-py integration tests (or exclude specific tests): (All command line parameters are passed to the `behave` command, so [all parameters supported by behave](https://behave.readthedocs.io/en/stable/behave.html) can be used.) +## Aries Agent Test Harness ACA-Py Tests + +This [video](https://youtu.be/1dwyEBxQqWI) is a presentation by Aries Cloud Agent Python (ACA-Py) developer @ianco about using the Aries Agent Test Harness for local pre-release testing of ACA-Py. Have a big change that you want to test with other Aries Frameworks? Following this guidance to run AATH tests with your under-development branch of ACA-Py. +