Jitesh Sojitra

Results 7 comments of Jitesh Sojitra

> @cattermo There is still no way to avoid opening a browser when TestCafe test execution starts. However, in 1.20.0+, TestCafe offers the [`t.request` method](https://testcafe.io/documentation/403981/reference/test-api/testcontroller/request) designed for API testing. I...

> @jiteshsojitra You can use `headless` mode. Unit testing isn't supported. Yes, that alternative is not bad. It would be great, if testcafe gives a way by excluding browser stuff...

We are facing this issue very frequently with node 12.13 now, everything was fine with 12.11. docker: - image: circleci/node:13.0-browsers ``` *** Error in `node': double free or corruption (out):...

I'm sorry but in my example i'm talking about select values present in dropdown list. UK text is my custom if some user want to specify it in the input...

I'm sorry, i'm saying something else; probably very easy to understand but we diverted communication to different feature. See this video - you will surely get it. Please re-read my...

Yes, Mikk; whatever link and information you provided completely makes sense. Thanks a lot! I don't want to create the option, if it just preserves the value in dropdown list...

Agreed Mikk. The biggest problem with dynamic creation is: - User may enter wrong and junk data and we can't save each and every values into DB (dropdown is picking...