rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

Change the error message that displays when new browsers need to be downloaded #28

Open veebs opened 1 year ago

veebs commented 1 year ago

Right now the following error is displayed in the test-runs folder when new browsers need to be downloaded:

image

The action needs to be clearer for our user:

Run CMD to open a command-line prompt cd \output-code pwsh bin/Debug/net6.0/playwright.ps1 install Note that "net6.0" can vary depending on your .net version

the expect --> short string and friendly message

quockhanh commented 1 year ago

Not sure how to catch that error to display friendly message The log is stdout when invoke a command. It does not return error-code to display friendly message