Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ravs 1094 automate reports feature #38

Merged
merged 31 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b349a03
Added intial test for creating reports feature
Nov 8, 2024
569f7aa
Fixed failing test for RSV
Nov 8, 2024
2ae88ce
Added more tests
Nov 8, 2024
4d5b37f
Fixed -pl=,'@~
Nov 11, 2024
537cdbf
Fixed failed RSV and pertussis tests
Nov 11, 2024
14dfea6
Fixed failed RSV and pertussis tests
Nov 11, 2024
30cc0cd
Updated duplicate batch error and fixed non reponsive page issues whe…
Nov 12, 2024
946696a
Get sequential index instead of random index
Nov 12, 2024
9c4c39e
Fixed failing RSV and pertussis tests by adding new batches tagged as…
Nov 13, 2024
9417ca1
Fixed failing duplicate batch test following fix of 17456
Nov 13, 2024
597a79f
Reduced time.sleep to see how tests fare
Nov 13, 2024
93e28dd
Reset back time and reduced them slightly
Nov 13, 2024
af6bd6d
Increaed wait time for logout tests
Nov 13, 2024
0ab9027
Increaed wait time for logout tests
Nov 13, 2024
5a6497c
Increaed wait time for logout tests
Nov 13, 2024
7da8c01
Merge branch 'main' into RAVS-1094-Automate-Reports-feature
Nov 13, 2024
29d8125
Merge branch 'main' into RAVS-1094-Automate-Reports-feature
Nov 14, 2024
b22daa3
Added 2 new tests to reports
Nov 14, 2024
32bc8c5
Fixed add batches tests
Nov 14, 2024
61118f9
Merge branch 'main' into RAVS-1094-Automate-Reports-feature
Nov 14, 2024
8577c9f
git attached screenshots for all steps when recording a vaccine and s…
Nov 15, 2024
7e0712c
fix failing test
Nov 15, 2024
53a2fe5
fix failing test
Nov 15, 2024
10d2581
Created new workflow file
Nov 18, 2024
5f732f6
Removed install of tox
Nov 18, 2024
c0b9ac1
Merge branch 'main' into RAVS-1094-Automate-Reports-feature
Nov 18, 2024
a8041be
Removed install of tox
Nov 18, 2024
206515d
Merge branch 'main' into RAVS-1094-Automate-Reports-feature
Nov 18, 2024
8e1a8af
Making more space on disk
Nov 18, 2024
59778d6
Merge branch 'main' into RAVS-1094-Automate-Reports-feature
Nov 18, 2024
0faa961
Fixed app id variable to fetch from secrets
Nov 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/regression_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.REGRESSION_TESTS_APP_ID }}
app-id: ${{ secrets.REGRESSION_TESTS_APP_ID }}
private-key: ${{ secrets.REGRESSION_TESTS_PEM }}
owner: "NHSDigital"
repositories: "ravs-tests,RAVS-test-reports"
Expand Down
Loading