feat(e2e): Migrate P2P Preheat and Distribution tests (P2P_Preheat.robot) to Playwright#22631
feat(e2e): Migrate P2P Preheat and Distribution tests (P2P_Preheat.robot) to Playwright#22631amaydixit11 wants to merge 14 commits intogoharbor:mainfrom
Conversation
…or#22617) - Fix broken placeholder syntax in 'SCAN_BY' value - Update various UI strings for better readability - Translate previously untranslated keys (MANDATORY, OVERRIDE, etc.) Signed-off-by: g-yunjh <yunjh1126@naver.com> Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: stonezdj <stone.zhang@broadcom.com> Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: bupd <bupdprasanth@gmail.com> Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: bupd <bupdprasanth@gmail.com> Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: bupd <bupdprasanth@gmail.com> Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: bupd <bupdprasanth@gmail.com> fix: playwright github action Signed-off-by: bupd <bupdprasanth@gmail.com> fix: playwright github action Signed-off-by: bupd <bupdprasanth@gmail.com> fix: rename login logout test Signed-off-by: bupd <bupdprasanth@gmail.com> fix: playwright testing Signed-off-by: bupd <bupdprasanth@gmail.com> feat: correct test Signed-off-by: bupd <bupdprasanth@gmail.com> Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
…heat policies. Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
99a8189 to
d917463
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22631 +/- ##
==========================================
+ Coverage 45.36% 46.53% +1.16%
==========================================
Files 244 252 +8
Lines 13333 14273 +940
Branches 2719 2931 +212
==========================================
+ Hits 6049 6642 +593
- Misses 6983 7273 +290
- Partials 301 358 +57
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
src/portal/e2e/p2p-preheat.spec.ts
Outdated
| * Executes a shell command and returns the output. | ||
| */ | ||
| function runCommand(command: string): string { | ||
| console.log(`\n$ ${command}`); |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High test
src/portal/e2e/p2p-preheat.spec.ts
Outdated
| console.log('✅ Command output:\n', output.trim()); | ||
| return output.trim(); | ||
| } catch (error: any) { | ||
| console.error(`❌ Command failed: ${command}`); |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High test
Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
|
@bupd kindly review this PR and let me know if there's something missing or is something needs to be changed |
|
This PR is being marked stale due to a period of inactivty. If this PR is still relevant, please comment or remove the stale label. Otherwise, this PR will close in 30 days. |
|
please /label |
Comprehensive Summary of your change
This PR introduces a full Playwright-based implementation of the P2P_Preheat.robot test suite and related flows.
This PR builds upon the existing PR for playwright setup #22462
Changes Made
Issue being fixed
Fixes #22134
Please indicate you've done the following: