Skip to content

Commit

Permalink
Merge pull request #2184 from hyperledger/swcurran-integration-tests-…
Browse files Browse the repository at this point in the history
…video

Add link to recorded session about the ACA-Py Integration tests
  • Loading branch information
swcurran authored Mar 29, 2023
2 parents 45c8326 + 961ca0d commit c061566
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions demo/INTEGRATION-TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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. 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

To run the aca-py Behave tests, open a bash shell run the following:

```bash
Expand Down Expand Up @@ -156,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.

0 comments on commit c061566

Please sign in to comment.