I added this to my karma-e2e.conf.js file. It's basically a hack to use
chrome without web security:
config.set({
browsers: ['chrome_without_security'],
customLaunchers: {
chrome_without_security: {
base: 'Chrome',
flags: ['--disable-web-security']
}
}
});
It works for me and is good enough for what I needed it for. I saw some
suggestions to use Protractor and I did get that up and running but didn't
get all the syntax down enough.
On Monday, February 24, 2014 11:56:06 AM UTC-5, Adam St. John wrote:
>
> Unfortunately, no, not yet.
>
> -Adam
>
>
> On Feb 24, 2014, at 11:15 AM, Sean Amoroso <[email protected]<javascript:>>
> wrote:
>
> Have you figured this one out yet? I'm encountering the same error and
> don't seem to be finding a solution.
>
> In our application we use System.IdentityModel authentication so I need
> the redirect to login then come back to my application.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "AngularJS" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/angular/VeqlVgUa6Wo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected] <javascript:>.
> To post to this group, send email to [email protected] <javascript:>
> .
> Visit this group at http://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.