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

Release #22

Merged
merged 77 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
863b04e
Update CI build workflow
HardNorth Dec 11, 2023
5b13d5d
Update build scripts
HardNorth Dec 11, 2023
44a1210
Add the first integration test
HardNorth Dec 11, 2023
8538603
Dependency update
HardNorth Dec 12, 2023
c7221ba
The first Code Reference test, ReportPortal format apply, ignore targ…
HardNorth Dec 12, 2023
941db52
Do not output Cucumber to avoid failures in CI
HardNorth Dec 12, 2023
cd07d38
Revert last change
HardNorth Dec 12, 2023
c505417
A try to fix tests
HardNorth Dec 12, 2023
11dbf97
Add code reference for simple scenarios
HardNorth Dec 12, 2023
5e874bc
Add code reference for Examples scenarios
HardNorth Dec 14, 2023
1824707
Format fixes
HardNorth Dec 14, 2023
9413642
Code reference generation: sort by example key to unify code reference
HardNorth Dec 14, 2023
b2587fe
Add Test Case ID
HardNorth Dec 15, 2023
43b08e4
Attribute handling
HardNorth Dec 16, 2023
20880dc
Fix tests
HardNorth Dec 16, 2023
96cc9b6
System attributes reporting add
HardNorth Dec 18, 2023
276becd
Refactor item start method
HardNorth Dec 18, 2023
fbb4433
Add more tests
HardNorth Dec 18, 2023
7d0e6d1
Add scenario parameters reporting
HardNorth Dec 18, 2023
2fcfdd4
Update property format
HardNorth Dec 19, 2023
18f33c3
Add parameter handling for steps
HardNorth Dec 19, 2023
27c370c
Add parameter log message verification
HardNorth Dec 20, 2023
e5bfcce
Table parameters handling
HardNorth Dec 20, 2023
74d3147
Background steps handling
HardNorth Dec 21, 2023
61861a5
Test fixes
HardNorth Dec 21, 2023
226962f
Fix typing
HardNorth Dec 21, 2023
a7c5bda
Background logic update
HardNorth Dec 21, 2023
b5e86bb
Another background test
HardNorth Dec 21, 2023
49a76fe
Fix Table test
HardNorth Dec 21, 2023
9bcdda6
Fix Table test
HardNorth Dec 21, 2023
0393500
Fix description
HardNorth Dec 21, 2023
d51985c
Add another test
HardNorth Dec 22, 2023
c3cefa1
Add Launch description test
HardNorth Dec 22, 2023
4233968
Small fix
HardNorth Dec 22, 2023
07c551b
Small fix
HardNorth Dec 22, 2023
b69374e
Add test
HardNorth Dec 25, 2023
2aa86fd
Add junit-jupiter-params dependency
HardNorth Dec 25, 2023
3a07901
Description and item name tests and fixes
HardNorth Dec 25, 2023
a03caa2
Fix test
HardNorth Dec 25, 2023
e5bdda6
Refactoring
HardNorth Dec 26, 2023
e8b2c7f
Add parameter description to examples
HardNorth Dec 26, 2023
ff12c0e
Add examples description tests
HardNorth Dec 26, 2023
e9a1f61
Refactoring
HardNorth Dec 26, 2023
2a12965
Add test
HardNorth Dec 26, 2023
0bd88f0
Add test
HardNorth Dec 27, 2023
7703c49
Fix test
HardNorth Dec 27, 2023
b1622e9
Update step logging
HardNorth Dec 27, 2023
5cdc336
Add test
HardNorth Dec 27, 2023
838e9f3
Add another test
HardNorth Dec 27, 2023
1d10602
Add ReportPortal runtime hook publisher
HardNorth Dec 27, 2023
a846ae8
Refactoring, move common code to util class
HardNorth Jan 2, 2024
683595d
Fix parameter reporting
HardNorth Jan 2, 2024
c4ca335
Fix javadocs
HardNorth Jan 2, 2024
ee376c1
ReportPortalHook: WIP
HardNorth Jan 4, 2024
39b0cb0
ReportPortalHook: WIP
HardNorth Jan 5, 2024
7028aa8
ReportPortalHook: WIP
HardNorth Jan 5, 2024
db08eda
ReportPortalHook: Tests WIP
HardNorth Jan 5, 2024
0d8697f
ReportPortalHook: Tests WIP
HardNorth Jan 8, 2024
0c33fe8
ReportPortalHook: Tests WIP
HardNorth Jan 8, 2024
b00232d
ReportPortalHook: Tests WIP
HardNorth Jan 8, 2024
2b99260
ReportPortalHook: Tests WIP
HardNorth Jan 8, 2024
e21c219
ReportPortalHook: Tests WIP
HardNorth Jan 8, 2024
19c772c
ReportPortalHook: Tests WIP
HardNorth Jan 8, 2024
3e8cf83
ReportPortalHook: Tests WIP
HardNorth Jan 8, 2024
4f9c469
Add timing test and javadocs
HardNorth Jan 9, 2024
11cef43
Add feature parameters tests
HardNorth Jan 9, 2024
ec74b37
Bump version
HardNorth Jan 10, 2024
a564218
Client version update
HardNorth Jan 12, 2024
68aa65c
Client version update
HardNorth Jan 12, 2024
844d36b
Fix version number
HardNorth Jan 12, 2024
820d9e1
Update copyrights
HardNorth Jan 16, 2024
17dc10a
Update copyrights
HardNorth Jan 16, 2024
1dbae8c
Code format apply
HardNorth Jan 16, 2024
3d825b6
Add README_TEMPLATE.md file
HardNorth Jan 16, 2024
fd6d361
Update README_TEMPLATE.md file
HardNorth Jan 16, 2024
f9d52d2
Update release branch
HardNorth Jan 16, 2024
f00bdb1
Merge branch 'main' into develop
HardNorth Jan 16, 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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Release
on:
push:
branches:
- master
- main
paths-ignore:
- '.github/**'
- README.md
Expand Down
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,10 @@ processResources {
}
}

release {
git {
requireBranch = 'main'
}
}

build.dependsOn jacocoTestReport