Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jw feat lc 585 playwright filechoooser #397

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

typeWolffo
Copy link
Member

Jira issue(s)

LC-

Overview

Screenshots

@typeWolffo typeWolffo force-pushed the jw_feat_lc-585_playwright_filechoooser branch 2 times, most recently from c44374a to e8d8045 Compare January 23, 2025 14:18
@typeWolffo typeWolffo force-pushed the jw_feat_lc-585_playwright_filechoooser branch from e8d8045 to fcb5b7b Compare January 23, 2025 14:27
Comment on lines +32 to +51
// page.on("request", (request) => {
// console.log("Request:", {
// url: request.url(),
// method: request.method(),
// resourceType: request.resourceType(),
// });
// });

// page.on("response", (response) => {
// console.log("Response:", {
// url: response.url(),
// status: response.status(),
// });
// });

// const healthCheck = await page.request.get("http://localhost:5173/api/healthcheck");
// console.log("Healthcheck response:", {
// status: healthCheck.status(),
// url: healthCheck.url(),
// });
Copy link
Member

Choose a reason for hiding this comment

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

✂️ ?

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