Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #258 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 1601 1601
Branches 184 184
=========================================
Hits 1601 1601
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
E2e Test results - Vcast 2025sp1 - Group basic_user_interactions_server 9 files ±0 9 suites ±0 11m 37s ⏱️ + 1m 6s Results for commit 0ba7d66. ± Comparison against base commit d1816ef. ♻️ This comment has been updated with latest results. |
E2e Test results - Vcast 2025sp0 - Group basic_user_interactions_server 9 files ±0 9 suites ±0 11m 34s ⏱️ -13s Results for commit 0ba7d66. ± Comparison against base commit d1816ef. ♻️ This comment has been updated with latest results. |
E2e Test results - Vcast 2025sp1 - Group import_coded_test5 tests 5 ✅ 31s ⏱️ Results for commit 0ba7d66. |
Merged main including manage support into autoreq. I had to do some changes regarding the env ID from the testing pane. * Add libxcb dependencies to Ubuntu24 CI Dockerfile (#254) * Add libxkb dependencies to Ubuntu24 CI Dockerfile (#256) * Added fix for MCDC coverage & import_coded_tests for 2025+ (#255) Fixes the MCDC & import_coded_tests issues we have on 2025sp1 * Manage support dev (#253) ## Overview This PR adds the functionality and a suite of automated tests for **Manage Support**. ## Tests & Functionality Included - **Tree Structure**: Test the correctness of the project tree structure. - **Add Existing Environment**: Add an existing environment to a project node. - **Create Compiler from CFG File**: Validate creating a compiler from a CFG configuration. - **Delete Compiler**: Test removing a compiler from the project. - **Build/Execute Incremental**: Validate incremental builds and executions. - **Create Testsuite**: Test creating a new testsuite. - **Delete Testsuite**: Verify testsuite deletion functionality. - **Delete Project Environment**: Ensure environments can be properly deleted from a project. - **Build Single Project Environment**: Test building a single environment separately. - **Remove Environment from Testsuite**: Validate unlinking an environment from a testsuite. - **Create Environment from Source Files**: Test creating an environment directly from source files. - **Change Update Project Setting & Update project manually** ## Additional Notes: - Manage-only code is placed in the folder `src/manage` - `tests/internal/e2e/test` now include a `manage` folder, including files important for tests - Because PCT wanted to load a test script by saving the file and not by (only) pressing "Load Test Script into Environment", I had to change all tests that had a `tab.save()`. Because this would trigger the loading test script which led to errors. - For many tests I added additional log awaitings because otherwise CI was too quick. - Some async issues had to be resolved in the source code, as we ran into race condition problems on CI --------- Co-authored-by: John Paliotta <john.paliotta@vector.com> Co-authored-by: SalvatoreZagaria <salvatore.zagaria@vector.com> * Changed CHANGELOG date (#257) * E2e import coded test (#258) E2E for importing coded test files. Resolves issue #114 * Remove developer vars from environment in release mode (#260) * Add debug flag to get debug info from cli outputs * Autocompletion fix and unit test for uut_prototype_stubs (#261) * Merge adjustments for requirements * Deleted unused var * Reverted commented code for server state * Fixed vscodeignore format --------- Co-authored-by: SalvatoreZagaria <37420335+SalvatoreZagaria@users.noreply.github.com> Co-authored-by: Denis Moslavac <44575706+Den1552@users.noreply.github.com> Co-authored-by: John Paliotta <john.paliotta@vector.com> Co-authored-by: SalvatoreZagaria <salvatore.zagaria@vector.com> Co-authored-by: Patrick Bareiss <Patrick.Bareiss@vector.com>



E2E for importing coded test files.
Resolves issue #114