forked from ShaftHQ/SHAFT_ENGINE
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump cucumber.version from 6.10.0 to 6.10.2 #10
Closed
dependabot
wants to merge
23
commits into
master
from
dependabot/maven/master/cucumber.version-6.10.2
Closed
Bump cucumber.version from 6.10.0 to 6.10.2 #10
dependabot
wants to merge
23
commits into
master
from
dependabot/maven/master/cucumber.version-6.10.2
Conversation
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
Rolling back to grid 3 to fix platform name issue
…cution (ShaftHQ#242) * Enable the maximum performance mode but without the headless execution Ticket ShaftHQ#241 * Add default for the maximumPerformanceMode switch case * Update test.yml update maximumPerformanceMode value in test.yml file
* Enable the maximum performance mode but without the headless execution Ticket ShaftHQ#241 * Add default for the maximumPerformanceMode switch case * Update test.yml update maximumPerformanceMode value in test.yml file * Hot Fix for Custom Browser Options (ShaftHQ#244) * Choose to append to the default browsers options or not * Hot Fix for Custom Browser Options (ShaftHQ#244)
Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 9.1.1.jre15-preview to 9.2.0.jre15. - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/dev/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes ShaftHQ#250 * Update JSONFileManager.java Fix Bug ShaftHQ#249 * Update JSONFileManager.java Change System.out.println() to RemortManager.log() * Update JSONFileManager.java enhance the code and use the global reader instead of local variable * Applying PR Comments on JSONFileManager.java changing the automatic styling to the default and create initializeReader() to be reused * Clear all the automatic formats Clear all the automatic formats Co-authored-by: Magdy <[email protected]>
Signed-off-by: Mohab Mohie <[email protected]>
* Add Extent Reports Dependencies * Add Extent Reports Dependencies * Initial Implementation * Initial Implementation * Extent Reports integration ShaftHQ#248 * Extent Reports integration ShaftHQ#248 * Extent Reports integration ShaftHQ#248 * Extent Reports integration ShaftHQ#248 * Extent Reports integration ShaftHQ#248 * Extent Reports integration ShaftHQ#248
* . Added ExtentReports to Configuration Manager Options . Attached ExtentReport inside Allure in the closure activities . Version bump . Added deployment commands to pom.xml . Added attachment support and SHAFT_Engine actions logging to extent report . Enhanced attachment handling and decreased method complexity . Fixed issue ShaftHQ#240 Signed-off-by: Mohab Mohie <[email protected]> * . Minor issue fix with pom.xml . Preparing for release Signed-off-by: Mohab Mohie <[email protected]>
Bumps `cucumber.version` from 6.9.1 to 6.10.0. Updates `cucumber-java` from 6.9.1 to 6.10.0 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v6.9.1...v6.10.0) Updates `cucumber-testng` from 6.9.1 to 6.10.0 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v6.9.1...v6.10.0) Updates `cucumber-picocontainer` from 6.9.1 to 6.10.0 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v6.9.1...v6.10.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fixed ShaftHQ#255 . Enhanced element identification algorithm again to maintain improved performance and close the logical gap that led to the bug. . Added tests to cover this code properly Signed-off-by: Mohab Mohie <[email protected]> * Possible fix for ShaftHQ#256 . Couldn't reproduce issue locally (two windows machines) or remotely (GitHub Actions ubuntu) . Attempted Blind fix based on attached exception, and will wait for confirmation of the fix effectiveness on the target system. Signed-off-by: Mohab Mohie <[email protected]> * Change Extent Reports directory to enable automated cleaning Signed-off-by: Mohab Mohie <[email protected]> * Fixes ShaftHQ#259 Signed-off-by: Mohab Mohie <[email protected]> * Fixes ShaftHQ#257 . Separate method logs for test and configuration methods . Standerdize naming convention to use className.methodName and then add Description as a log entry . Disable Gif embedding in the extentreport to save space Signed-off-by: Mohab Mohie <[email protected]> * Fixes ShaftHQ#257 . Removed logs for configuration methods to reduce report size . Created method to force pass tests on extent reports . Removed logic to force fail or force pass assertions logs to better map with allure report numbers . Applied Codacy comments to enhance readability . Created private method to enhance performance for extent report logging Signed-off-by: Mohab Mohie <[email protected]> * Restoring Exceptions view to extent reports Signed-off-by: Mohab Mohie <[email protected]>
* Fixed ShaftHQ#255 . Enhanced element identification algorithm again to maintain improved performance and close the logical gap that led to the bug. . Added tests to cover this code properly Signed-off-by: Mohab Mohie <[email protected]> * Possible fix for ShaftHQ#256 . Couldn't reproduce issue locally (two windows machines) or remotely (GitHub Actions ubuntu) . Attempted Blind fix based on attached exception, and will wait for confirmation of the fix effectiveness on the target system. Signed-off-by: Mohab Mohie <[email protected]> * Change Extent Reports directory to enable automated cleaning Signed-off-by: Mohab Mohie <[email protected]> * Fixes ShaftHQ#259 Signed-off-by: Mohab Mohie <[email protected]> * Fixes ShaftHQ#257 . Separate method logs for test and configuration methods . Standerdize naming convention to use className.methodName and then add Description as a log entry . Disable Gif embedding in the extentreport to save space Signed-off-by: Mohab Mohie <[email protected]> * Fixes ShaftHQ#257 . Removed logs for configuration methods to reduce report size . Created method to force pass tests on extent reports . Removed logic to force fail or force pass assertions logs to better map with allure report numbers . Applied Codacy comments to enhance readability . Created private method to enhance performance for extent report logging Signed-off-by: Mohab Mohie <[email protected]> * Restoring Exceptions view to extent reports Signed-off-by: Mohab Mohie <[email protected]> * extent extras . cleanExtentReportsDirectoryBeforeExecution . reattach animated gif to extent . use test description when available * extent extras . version bump to 5.1.20210217 . fix cursed file issue... don't ask... Signed-off-by: Mohab Mohie <[email protected]> * extent extras . minor typo fix Signed-off-by: Mohab Mohie <[email protected]>
. solve issue with fluent wait and visibility checks . fix google image locator . fix issue with extent report test creation with description . fix all failing tests Signed-off-by: Mohab Mohie <[email protected]>
Bumps `cucumber.version` from 6.10.0 to 6.10.2. Updates `cucumber-java` from 6.10.0 to 6.10.2 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v6.10.0...v6.10.2) Updates `cucumber-testng` from 6.10.0 to 6.10.2 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v6.10.0...v6.10.2) Updates `cucumber-picocontainer` from 6.10.0 to 6.10.2 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v6.10.0...v6.10.2) Signed-off-by: dependabot[bot] <[email protected]>
64396d6
to
356234f
Compare
Superseded by #23. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps
cucumber.version
from 6.10.0 to 6.10.2.Updates
cucumber-java
from 6.10.0 to 6.10.2Changelog
Sourced from cucumber-java's changelog.
Commits
a620ac8
[maven-release-plugin] prepare release v6.10.2ba0e16c
Update CHANGELOG for v6.10.21b42c4c
[Core] Mark pending steps as failed in teamcity plugin (#2264)19efceb
Update vertx.version to v4.0.3 (#2263)123aa2f
Update dependency org.revapi:revapi-maven-plugin to v0.13.4 (#2261)f4ed004
Update deltaspike.version to v1.9.5 (#2260)6331a10
[maven-release-plugin] prepare for next development iteration4f609de
[maven-release-plugin] prepare release v6.10.17298363
Update CHANGELOG for v6.10.106e1c08
[Cdi2,Jakarta Cdi] Add step definitions as beans when not discovered (#2248)Updates
cucumber-testng
from 6.10.0 to 6.10.2Changelog
Sourced from cucumber-testng's changelog.
Commits
a620ac8
[maven-release-plugin] prepare release v6.10.2ba0e16c
Update CHANGELOG for v6.10.21b42c4c
[Core] Mark pending steps as failed in teamcity plugin (#2264)19efceb
Update vertx.version to v4.0.3 (#2263)123aa2f
Update dependency org.revapi:revapi-maven-plugin to v0.13.4 (#2261)f4ed004
Update deltaspike.version to v1.9.5 (#2260)6331a10
[maven-release-plugin] prepare for next development iteration4f609de
[maven-release-plugin] prepare release v6.10.17298363
Update CHANGELOG for v6.10.106e1c08
[Cdi2,Jakarta Cdi] Add step definitions as beans when not discovered (#2248)Updates
cucumber-picocontainer
from 6.10.0 to 6.10.2Changelog
Sourced from cucumber-picocontainer's changelog.
Commits
a620ac8
[maven-release-plugin] prepare release v6.10.2ba0e16c
Update CHANGELOG for v6.10.21b42c4c
[Core] Mark pending steps as failed in teamcity plugin (#2264)19efceb
Update vertx.version to v4.0.3 (#2263)123aa2f
Update dependency org.revapi:revapi-maven-plugin to v0.13.4 (#2261)f4ed004
Update deltaspike.version to v1.9.5 (#2260)6331a10
[maven-release-plugin] prepare for next development iteration4f609de
[maven-release-plugin] prepare release v6.10.17298363
Update CHANGELOG for v6.10.106e1c08
[Cdi2,Jakarta Cdi] Add step definitions as beans when not discovered (#2248)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)