Suresh Raja Sundaramurthy

Results 6 comments of Suresh Raja Sundaramurthy

@kiview Thank you very much for your response. Tried to execute the command (various combinations of that URL as well) in powershell with no luck. Is that URL correct inside...

Thanks @kiview. It really helped to progress to next step. When running with Admin privileges, it fails with the below error in testcontainer: **windows is currently not supported**. ``` 2020-07-02...

Thanks for looking into this @kiview . Will wait for your feedback

Thanks @kiview. Apologies for the delay as I was behind a corporate proxy. Needed to sort that out first to use jitpack. Your solution helped me progress further but getting...

Thanks for all your help @kiview . For now, I'll switch to other option

A workaround that worked for us is to, 1. Create `.browserslistrc` in the cypress directory. 2. In `cypress.config.(js|ts)`, Override BROWSERSLIST_CONFIG environment mapped to custom `.browserslistrc` `process.env.BROWSERSLIST_CONFIG = path.resolve("./", "cypress/.browserslistrc")`