Fix e2eLocalTests workflow failures and bump version to 10.1.20260123#2251
Merged
MohabMohie merged 4 commits intomainfrom Jan 24, 2026
Merged
Fix e2eLocalTests workflow failures and bump version to 10.1.20260123#2251MohabMohie merged 4 commits intomainfrom
MohabMohie merged 4 commits intomainfrom
Conversation
…Edge version and Test Summary steps Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Run testing workflow and fix issues before release
Fix e2eLocalTests workflow failures and bump version to 9.4.20260123
Jan 23, 2026
Contributor
|
@copilot version number should be changed from 9.4.20260123 to 10.1.20260123 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2251 +/- ##
============================================
- Coverage 54.11% 52.91% -1.21%
+ Complexity 1552 1501 -51
============================================
Files 120 120
Lines 11532 11532
Branches 1160 1160
============================================
- Hits 6241 6102 -139
- Misses 4586 4737 +151
+ Partials 705 693 -12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses e2eLocalTests workflow failures on Windows and macOS runners, and bumps the SHAFT Engine version from 9.4.20251220 to 9.4.20260123.
Changes:
- Added
continue-on-error: trueto "Print Edge version" steps in Windows Edge jobs to handle missing msedge PATH issues - Added
continue-on-error: trueto "Test Summary" steps across all jobs to handle JavaScript heap OOM errors with large test result sets - Updated version to 9.4.20260123 across main pom, Internal.java, and all example project poms
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/e2eLocalTests.yml |
Added continue-on-error flags to prevent workflow failures from Edge version printing and test summary generation |
pom.xml |
Updated main project version to 9.4.20260123 |
src/main/java/com/shaft/properties/internal/Internal.java |
Updated shaftEngineVersion property to 9.4.20260123 |
src/main/resources/examples/TestNG/shaft-testng-web/pom.xml |
Updated SHAFT Engine dependency version to 9.4.20260123 |
src/main/resources/examples/TestNG/shaft-testng-mobile/pom.xml |
Updated SHAFT Engine dependency version to 9.4.20260123 |
src/main/resources/examples/TestNG/shaft-testng-api/pom.xml |
Updated SHAFT Engine dependency version to 9.4.20260123 |
src/main/resources/examples/JUnit/shaft-junit-web/pom.xml |
Updated SHAFT Engine dependency version to 9.4.20260123 |
src/main/resources/examples/JUnit/shaft-junit-mobile/pom.xml |
Updated SHAFT Engine dependency version to 9.4.20260123 |
src/main/resources/examples/JUnit/shaft-junit-api/pom.xml |
Updated SHAFT Engine dependency version to 9.4.20260123 |
src/main/resources/examples/Cucumber/shaft-cucumber-web/pom.xml |
Updated SHAFT Engine dependency version to 9.4.20260123 |
MohabMohie
approved these changes
Jan 24, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The e2eLocalTests workflow was failing on Windows (Edge version check) and MacOS (test summary OOM).
Workflow Fixes
Windows Edge jobs: Added
continue-on-error: trueto "Print Edge version" stepmsedgecommand not in PATH on GitHub Windows runnersWindows_Edge_LocalandWindows_Edge_Cucumber_LocaljobsAll jobs: Added
continue-on-error: trueto "Test Summary" steptest-summary/action@v2hits JavaScript heap OOM on large result setsVersion Bump
Updated
9.4.20251220→10.1.20260123:pom.xmlInternal.java(shaftEngineVersion)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.