Skip to content

chore(meetings): update meetings e2e test workflow#705

Open
riteshfyi wants to merge 3 commits into
webex:nextfrom
riteshfyi:meeting-workflow
Open

chore(meetings): update meetings e2e test workflow#705
riteshfyi wants to merge 3 commits into
webex:nextfrom
riteshfyi:meeting-workflow

Conversation

@riteshfyi

Copy link
Copy Markdown
Contributor

COMPLETES #NA

This pull request addresses

update e2e test workflow for meetings e2e tests

by making the following changes

added a upload artifact step & added a browser installation steps

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios were tested

  • The testing is done with the amplify link
    < ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

The GAI Coding Policy And Copyright Annotation Best Practices

  • GAI was not used (or, no additional notation is required)
  • Code was generated entirely by GAI
  • GAI was used to create a draft that was subsequently customized or modified
  • Coder created a draft manually that was non-substantively modified by GAI (e.g., refactoring was performed by GAI on manually written code)
  • Tool used for AI assistance (GitHub Copilot / Other - specify)
    • Github Copilot
    • Other - Cursor
  • This PR is related to
    • Feature
    • Defect fix
    • Tech Debt
    • Automation

Checklist before merging

  • I have not skipped any automated checks
  • All existing and new tests passed
  • I have updated the testing document
  • I have tested the functionality with amplify link

Make sure to have followed the contributing guidelines before submitting.

@riteshfyi riteshfyi requested a review from a team as a code owner June 23, 2026 09:55

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 00419972b9

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +228 to +230
path: |
**/playwright-report/**
**/test-results/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Upload the meetings WebdriverIO results directory

When the meetings E2E job fails, this upload step won't collect the generated report: yarn workspace @webex/widgets run test:e2e runs WebdriverIO, and packages/@webex/widgets/wdio.conf.js writes JUnit output to ./test_results/e2e (underscore), not Playwright's playwright-report or hyphenated test-results. In that failure scenario the artifact action will warn/no-op, leaving the new diagnostics unavailable.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is for the upcoming playwright e2e tests

@aws-amplify-us-east-2

Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-705.d1b38q61t1z947.amplifyapp.com

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 79ae3092cb

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".


- name: Test E2E
run: yarn workspace @webex/widgets run test:e2e
run: yarn run test:e2e:meetings

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Define the split E2E scripts before invoking them

When a PR has the run_e2e label, this step now invokes a root script that does not exist; I checked all package.json files and only test:e2e is defined (plus the legacy packages/@webex/widgets test:e2e), and Yarn 4 run only executes a matching package script/binary or unique workspace script. The same problem exists for yarn run test:e2e:cc later in this workflow, so the labeled E2E workflow either fails immediately or, for the meetings job with continue-on-error, records no test coverage.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant