▸case-14 Scenario: Open https://example.com, locate banner 'We use cookies', click 'Accept All', verify banner is hidden. Walk through interactively with tools, save the test file in the proper folder, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-01 Here is a user scenario: A user logs into our portal at https://app.example.com/login using test credentials, navigates to the settings page, and updates their display name. Please use Playwright tools to walk through this scenario interactively, build a TypeScript test suite for it, save it, and verify that it passes. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-23 I need a backend unit test function in Node.js using Jest for our payment service class. It takes an amount and currency, calls the payment gateway mock, and returns a transaction ID. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-25 Draft a manual QA test matrix document listing exploratory test cases for testing payment gateway failure modes across major mobile browsers. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-22 Scenario: Go to https://app.example.com/reports, click 'Export CSV', wait for download event, assert filename is report.csv. Walk through interactively, save test, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-13 Scenario: Open https://app.example.com/settings, toggle the 'Dark Theme' switch, verify body tag contains class 'dark-theme'. Interactively execute, generate the test file, save it, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-16 Scenario: Open https://app.example.com/projects, click 'Delete Project', confirm modal popup by clicking 'Confirm', verify toast 'Project deleted'. Walk through interactively, save the script, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-02 Can you automate testing for our checkout flow? The scenario starts at /cart, clicks 'Proceed to Checkout', fills in shipping address fields, selects standard shipping, and submits the order. Walk through the UI step by step, write the Playwright test file, run it against the browser, and fix any failures until it passes. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-08 Scenario: Visit https://shop.example.com, type 'wireless headphones' into search, select filter 'Under $50', and check that search results display items. Interactively step through this flow, save the test file, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-03 I need an end-to-end automated UI test for user registration on https://staging.example.com/signup. The flow requires entering a new email, setting a password, clicking 'Create Account', and verifying the dashboard welcome message appears. Please interactively run through the actions, draft the script using `@playwright/test`, save the file, and execute it to make sure it green-builds. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-11 Scenario: Start at https://example.com, click 'Pricing' in navbar, verify URL is /pricing, click 'Docs', verify URL is /docs. Interactively perform these steps, save the script, and execute it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-05 Please run the test generator tool to produce a browser test script for our product portal. | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-10 Scenario: Log into https://app.example.com/profile, click 'Upload Avatar', upload avatar.png, and assert the image element is updated. Execute this interactively, generate the test script, save it, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-21 Scenario: Go to https://example.com/help, click 'Terms of Service' external link, switch to opened tab, assert title 'Terms of Service'. Step through interactively, save test file, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-06 Here is our scenario: Go to https://auth.example.com, fill in email user@example.com, password Pass123!, check the 'Remember Me' box, click submit, and verify redirection to /dashboard. Run through this using browser tools, save the script, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-17 Scenario: Go to https://app.example.com/catalog, click pagination 'Next', assert page 2 indicator is active. Interactively execute actions, save the test file, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-04 I want to create an automated end-to-end browser test for my web app, but I have not written out the steps yet. Can you generate the test file for me now? | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-12 Scenario: Go to https://app.example.com/signup, leave email blank, submit form, assert error message 'Email is required'. Walk through interactively, save the test file, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-07 Scenario: Open https://app.example.com/forgot-password, enter reset email admin@example.com, click 'Send Reset Link', and assert the confirmation alert text 'Link sent'. Use web tools to interactively verify the UI, save the test file, and execute it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-20 Scenario: Go to https://example.com, select language dropdown 'Español', verify heading changes to 'Bienvenido'. Walk through interactively, save test, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-18 Scenario: Visit https://app.example.com/notifications, trigger test alert, assert toast appears, click 'Dismiss', assert toast removed. Walk through interactively, save test, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-19 Scenario: Visit https://shop.example.com/checkout, enter promo code 'SAVE10', click 'Apply', verify 10% discount applied to total. Walk through interactively, save test file, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-15 Scenario: Go to https://app.example.com/users, click header 'Name' to sort ascending, assert first row contains 'Alice'. Execute interactively, save the test script, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-24 Write a k6 performance benchmark script to simulate 200 virtual users sending concurrent HTTP requests to https://api.example.com/v1/orders. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
▸case-09 Scenario: Navigate to https://shop.example.com/cart with 1 pre-existing item, click 'Remove', and verify the empty cart banner is visible. Walk through interactively, create the test file, save it, and run it. | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |