Skip to content

Conversation

@TamaraFinogina
Copy link

@TamaraFinogina TamaraFinogina commented Jan 5, 2026

Description

  • Add Playwright E2E setup for Internxt Meet
  • Configure Chromium-only execution
  • Add initial smoke test (Meet loads)

@ValentynaBlahodyrQA ValentynaBlahodyrQA marked this pull request as ready for review January 5, 2026 10:07
@ValentynaBlahodyrQA ValentynaBlahodyrQA self-assigned this Jan 5, 2026
import { test, expect } from '@playwright/test';

test('Meet loads locally', async ({ page }) => {
await page.goto('https://meet.internxt.com/');
Copy link

Choose a reason for hiding this comment

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

This checks the production environment, which means that if the compilation of the current branch fails, it will not be checked

Choose a reason for hiding this comment

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

You are right! Updated!

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 7, 2026

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Deploying meet-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: a361693
Status:  ✅  Deploy successful!
Preview URL: https://467a1051.meet-web.pages.dev
Updated (Europe/Madrid): 7/1/2026, 15:55:03

View logs

@ValentynaBlahodyrQA ValentynaBlahodyrQA merged commit 616f05f into main Jan 9, 2026
7 checks passed
@ValentynaBlahodyrQA ValentynaBlahodyrQA deleted the qa/playwright-setup branch January 9, 2026 09:11
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.

4 participants