Pavel

Results 7 comments of Pavel

For anyone stumbling upon the inlay hints coloring problem for js and ts: 1. Open settings.json file (`Ctrl + Shift + P` -> `Preferences: Open Settings (JSON)`) 2. Add the...

@Aaronius, I ran tests in IE11 using the BrowserStack provider and Github Actions to reproduce the "browser disconnected" problem, but it seems that everything works fine in my case: [https://github.com/wentwrong/test-bs-on-gh-bug/runs/2164057520/](https://github.com/wentwrong/test-bs-on-gh-bug/runs/2164057520/)....

We would investigate it further. However, it seems that the problem occurs from time to time and only under certain conditions that are still unknown to us. If someone encounters...

Thank you for the report. I've reproduced the issue using the example project you shared.

The BrowserStack provider for TestCafe can use the BrowserStack [JS Test API](https://github.com/browserstack/api) and [Automate API](https://www.browserstack.com/automate/node). The JS test API is a BrowserStack-specific REST API, and its documentation doesn't mention that...

https://stackoverflow.com/questions/65364252/testcafe-report-the-page-html-on-any-assertion-failure One more feature request. Use case: provide the HTML code of a page when the assertion is failed.

> This behavior is consistent with what happens in Firefox when you type the url into the address bar while there is a concurrent navigation triggered by the page. I...