-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/tech-by-design/docs.techbd.org
- Loading branch information
Showing
4 changed files
with
1,190 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ jobs: | |
- name: Set up timestamp | ||
run: | | ||
echo "TIMESTAMP=$(date +'%Y/%m/%Y-%m-%d-%H-%M-%S')" >> $GITHUB_ENV | ||
echo "DATETIME=$(date +'%Y-%m-%d-%H-%M-%S')" >> $GITHUB_ENV | ||
- name: Create directories and move the result file | ||
run: | | ||
|
@@ -39,5 +40,5 @@ jobs: | |
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add assurance/1115-waiver/ahc-hrsn/screening/regression-test-prime/fhir-service-prime/results/${{ env.TIMESTAMP }}/fhir-service-result.txt | ||
git commit -m "Add regression test result at ${{ env.TIMESTAMP }}" | ||
git commit -m "add: regression test result at ${{ env.DATETIME }}" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# 1115 Waiver HRSN Screening Assurance Results | ||
|
||
Directories: | ||
- `regression-test-prime/fhir-service-prime/src` | ||
- `regression-test-prime/fhir-service-prime/results/YYYY/MM/YYYY-MM-DD-HH-MM-SS` | ||
## Overview | ||
This repository includes a manual executable GitHub Actions workflow specifically designed for regression testing. Users can execute this workflow to validate changes and ensure the integrity of updates. | ||
|
||
## Running the Regression Tests | ||
To run the regression tests, you can trigger the manual GitHub Actions workflow available in this repository. The results of the tests are structured and stored as follows: | ||
|
||
- Source files: `regression-test-prime/fhir-service-prime/src` | ||
- Test results: `regression-test-prime/fhir-service-prime/results/YYYY/MM/YYYY-MM-DD-HH-MM-SS` | ||
|
||
Below is a screenshot illustrating how to manually execute this workflow: | ||
|
||
![Execution Screenshot](regression-test-prime/fhir-service-prime/docs/images/regression-test-screenshot.png) | ||
|
||
This screenshot provides a visual guide to running the regression tests, showing the necessary steps and expected outputs. | ||
|
||
## Directory Structure | ||
The repository maintains a clear directory structure for ease of navigation and management: | ||
- **Source Directory**: Contains all source files necessary to run the tests. | ||
- **Results Directory**: Stores test results in a timestamped folder format, allowing easy tracking of test executions over time. |
Binary file added
BIN
+64.7 KB
...ession-test-prime/fhir-service-prime/docs/images/regression-test-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.