Skip to content

Pb 5571 automate successful login flow#196

Open
ValentynaBlahodyrQA wants to merge 4 commits intomainfrom
PB-5571-Automate-successful-login-flow
Open

Pb 5571 automate successful login flow#196
ValentynaBlahodyrQA wants to merge 4 commits intomainfrom
PB-5571-Automate-successful-login-flow

Conversation

@ValentynaBlahodyrQA
Copy link

  • Successful login test
  • Logout test
  • Auth helper functions
Screen.Recording.2026-03-13.at.12.18.11.mov

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 13, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
meet-web 7f1d20d Commit Preview URL

Branch Preview URL
Mar 16 2026, 04:48 PM

expect: { timeout: 10_000 },
use: {
baseURL: 'https://localhost:8080',
baseURL: '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.

Maybe could create template for the playwright .env var as .env.playwright.example with

PLAYWRIGHT_BASE_URL=https://localhost:8080
PLAYWRIGHT_ULTIMATE_EMAIL=your-test-email@example.com
PLAYWRIGHT_ULTIMATE_PASSWORD=your-test-password

And use process.env.PLAYWRIGHT_BASE_URL for baseURL, in this way, each environment could inject the variables for the tests :)

Choose a reason for hiding this comment

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

Created!

tests/.env
test-results

.env.playwright
Copy link

Choose a reason for hiding this comment

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

It would be a good idea to add a readme.md file with instructions on how to run the Playwright tests in playwright/readme.md :)

Choose a reason for hiding this comment

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

Added!

await popup.close().catch(() => {});
}

await expect(page.locator('button img.rounded-full').first()).toBeVisible({ timeout: 20_000 });
Copy link

Choose a reason for hiding this comment

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

Maybe better use data-testid instead of classes

Choose a reason for hiding this comment

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

yes, sure! I am preparing a list of the test IDs needed for the UI. Could you add them? :)

Copy link

Choose a reason for hiding this comment

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

sure :)

@sonarqubecloud
Copy link

@github-actions
Copy link

Deploying meet-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7f1d20d
Status:  ✅  Deploy successful!
Preview URL: https://e3c70218.meet-web.pages.dev
Updated (Europe/Madrid): 16/3/2026, 17:46:56

View logs

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