We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CLI should report the error and complete the execution
Execution hangs and you need to press Ctrl + C to cancel execution
npx @puppeteer/replay <saved-recording-path>
You can make the json pass by removing --wrong from the selector in the click step.
--wrong
{ "title": "hn-app-refresh", "steps": [ { "type": "setViewport", "width": 1280, "height": 1361, "deviceScaleFactor": 1, "isMobile": false, "hasTouch": false, "isLandscape": false }, { "type": "navigate", "url": "https://hn-vanilla-pwa.ergunsh.vercel.app/", "assertedEvents": [ { "type": "navigation", "url": "https://hn-vanilla-pwa.ergunsh.vercel.app/", "title": "HN App" } ] }, { "type": "click", "selectors": [ [ "#postListContainer--wrong > div > div:nth-child(1) > h4" ] ], "target": "main", "offsetX": 148, "offsetY": 10.5625 } ] }
The text was updated successfully, but these errors were encountered:
It looks similar to #81 the browser close is in afterAllSteps which is not called on error. Would you like to take this issue?
Sorry, something went wrong.
Sure! I'm creating bugs for my rotation 😬 😂
🤗
It's not true
ergunsh
No branches or pull requests
Expected Behavior
CLI should report the error and complete the execution
Actual Behavior
Execution hangs and you need to press Ctrl + C to cancel execution
Steps to Reproduce the Problem
npx @puppeteer/replay <saved-recording-path>
You can make the json pass by removing
--wrong
from the selector in the click step.Specifications
Attachment
The text was updated successfully, but these errors were encountered: