This repository contains automated tests for https://github.com/department-of-veterans-affairs/LEAF.
- Install and Run the LEAF Development Environment:
- Navigate to https://host.docker.internal/ and follow prompts to run tests
Two types of automated tests are included, and more information may be found in their respective folders.
- API Tests: Located in
API-tests/
folder. These tests primarily focus on testing API endpoints and accuracy of responses. - End-to-end: Located in
end2end/
folder. These tests simulate user interactions with a browser to ensure functionalities work as expected.