Skip to content

chore: enable web e2e on ci#658

Open
exploIF wants to merge 7 commits into
mainfrom
@exploif/web-e2e-ci
Open

chore: enable web e2e on ci#658
exploIF wants to merge 7 commits into
mainfrom
@exploif/web-e2e-ci

Conversation

@exploIF

@exploIF exploIF commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

Enables playwright tests as the required CI/CD step

Test Plan

See example runs https://github.com/software-mansion/react-native-enriched-html/actions/runs/28890854303/job/85702921248?pr=658

Screenshots / Videos

n/a

Compatibility

OS Implemented
iOS
Android
Web

Checklist

  • E2E tests are passing
  • Required E2E tests have been added (if applicable)

@exploIF exploIF marked this pull request as ready for review July 7, 2026 19:05
Copilot AI review requested due to automatic review settings July 7, 2026 19:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adds Playwright web E2E execution to the CI workflow so web-facing changes can be validated automatically in CI/CD.

Changes:

  • Trigger CI “web” change detection when .playwright/** changes.
  • Add a new test-e2e-web job to run yarn test:e2e:web and upload the Playwright HTML report on failure.
  • Minor cleanup in a Playwright test file (removes an extraneous blank line).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.playwright/tests/images.spec.ts Removes an extraneous blank line in an E2E test.
.github/workflows/ci.yml Adds a web Playwright E2E job and updates the web change filter to include .playwright/**.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
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.

2 participants