Skip to main content Skip to primary sidebar

Angular

SOLVED: Angular 6 CLI Karma Stuck in Single Run | Karma Stops Running

Angular 6 was released only a few hours ago and I was eager to start working with it. As I was working through some of the many features, I found that the test runner exits after a single test run despite the settings explicitly setting defaults (autoWatch: true, singleRun: false). I have already logged this […]

SOLVED: Protractor Config to show iframes in PhantomJS

If you are reading this post, you probably figured out that PhantomJS won’t display iframes without additional configuration out of the box. The flags that would normally be passed are: –ignore-ssl-errors=true –web-security=false I am adding this post as a good place to reference this later on. I found a bunch of answers online with this […]