mdittmer / web-apis

Playground for better understanding Web APIs
Apache License 2.0
18 stars 10 forks source link

Unable to collect data using BrowserStack #71

Open foolip opened 5 years ago

foolip commented 5 years ago

Following the instructions in README.md modulo https://github.com/mdittmer/web-apis/issues/68, I'm not able to collect data from Edge 18. https://github.com/mdittmer/web-apis/issues/70 has the logs I get. My browserstack_envs.json was:

[
  {
    "browserName" : "Edge",
    "browser_version" : "18",
    "os" : "Windows",
    "os_version" : "10",
    "resolution" : "1024x768"
  }
]