Closed hmdne closed 5 years ago
I think I can do nothing more about BrowserStack tests. There's probably "BS_AUTHKEY" environment variable missing, that's what I understand from this error message:
*** Error: Atleast one argument is required!
I tested the BrowserStackLocal application locally and it only triggers this message when there's no key provided.
I know I could have broken it all up to individual pull requests, but I hope it doesn't make your work harder (it's much easier for me that way). I try to describe the commits as well as I can.
I know I could have broken it all up to individual pull requests, but I hope it doesn't make your work harder (it's much easier for me that way). I try to describe the commits as well as I can.
No problem, I'll review the commit one by one (as I usually do) it will just take time. I think I'll do multiple reviews so you can get early feedback 👍
Thank you for this review. I fixed all the problems you mentioned.
This is a part of my ongoing work on modernizing the codebase.
On a sidenote, I think that the return of promises may at least be broken in a browser runner - I can't trigger a failure in async code. Unfortunately I lack the ability to debug this.