Is there anyway to do E2E testing with AngularJS on an external application? Meaning we want to be able to run the Karma test runner on a Windows and a Linux machine to test an application located at http://externaldomain.com (on a different machine)
All of the examples I have seen have their applications hosted on the same server/domain as Karma (localhost), this is not an option for us, and we want to see if we can convert from using Selenium tests to E2E with the Angular DSL but this is becoming a problem with us since it looks like Karma / E2E doesn't support this?
Thanks