Skip to content

Commit

Permalink
Release (#22)
Browse files Browse the repository at this point in the history
* Update CI build workflow

* Update build scripts

* Add the first integration test

* Dependency update

* The first Code Reference test, ReportPortal format apply, ignore target folder

* Do not output Cucumber to avoid failures in CI

* Revert last change

* A try to fix tests

* Add code reference for simple scenarios

* Add code reference for Examples scenarios

* Format fixes

* Code reference generation: sort by example key to unify code reference

* Add Test Case ID

* Attribute handling

* Fix tests

* System attributes reporting add

* Refactor item start method

* Add more tests

* Add scenario parameters reporting

* Update property format

* Add parameter handling for steps

* Add parameter log message verification

* Table parameters handling

* Background steps handling

* Test fixes

* Fix typing

* Background logic update

* Another background test

* Fix Table test

* Fix Table test

* Fix description

* Add another test

* Add Launch description test

* Small fix

* Small fix

* Add test

* Add junit-jupiter-params dependency

* Description and item name tests and fixes

* Fix test

* Refactoring

* Add parameter description to examples

* Add examples description tests

* Refactoring

* Add test

* Add test

* Fix test

* Update step logging

* Add test

* Add another test

* Add ReportPortal runtime hook publisher

* Refactoring, move common code to util class

* Fix parameter reporting

* Fix javadocs

* ReportPortalHook: WIP

* ReportPortalHook: WIP

* ReportPortalHook: WIP

* ReportPortalHook: Tests WIP

* ReportPortalHook: Tests WIP

* ReportPortalHook: Tests WIP

* ReportPortalHook: Tests WIP

* ReportPortalHook: Tests WIP

* ReportPortalHook: Tests WIP

* ReportPortalHook: Tests WIP

* ReportPortalHook: Tests WIP

* Add timing test and javadocs

* Add feature parameters tests

* Bump version

* Client version update

* Client version update

* Fix version number

* Update copyrights

* Update copyrights

* Code format apply

* Add README_TEMPLATE.md file

* Update README_TEMPLATE.md file

* Update release branch
  • Loading branch information
HardNorth committed Jan 16, 2024
1 parent e220481 commit c2f2192
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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

0 comments on commit c2f2192

Please sign in to comment.