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

feat(playwright): optimize the visualization and extraction of playwright ai process data #66

Merged
merged 19 commits into from
Aug 22, 2024

Conversation

zhoushaw
Copy link
Member

summary

  1. Optimization of playwright ai process visualization

image

  1. Export the generate extract data method to get the data passed to ai
test('ai online order', async ({ ai, page, aiQuery }) => {
  // Generate the extracted data into the test-data folder
  await generateExtractData(page, path.join(__dirname, 'test-data'));
  await ai('Click the language switch button (English, Chinese) in the upper left corner, and click Chinese in the pop-up drop-down list');
});

image

Copy link

netlify bot commented Aug 22, 2024

Deploy Preview for midscene ready!

Name Link
🔨 Latest commit 9aeb1ee
🔍 Latest deploy log https://app.netlify.com/sites/midscene/deploys/66c709ed55956f00087b2e37
😎 Deploy Preview https://deploy-preview-66--midscene.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@zhoushaw zhoushaw marked this pull request as draft August 22, 2024 07:17
@zhoushaw zhoushaw marked this pull request as ready for review August 22, 2024 10:11
@zhoushaw zhoushaw merged commit eb82d28 into main Aug 22, 2024
7 of 8 checks passed
@zhoushaw zhoushaw deleted the feat/optimize-playwright-ai-step branch August 23, 2024 01:57
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