angular-puppeteer-demo icon indicating copy to clipboard operation
angular-puppeteer-demo copied to clipboard

A demonstration repository explains how to using Puppeteer in unit testing

Results 2 angular-puppeteer-demo issues
Sort by recently updated
recently updated
newest added

Also worth to mention in the readme, that you should remember to install ```npm install jasmine-spec-name-patch --save-dev```

Karma can no longer be executed outside angular, so I am getting this error: ```Error: The '@angular-devkit/build-angular/plugins/karma' karma plugin is meant to be used from within Angular CLI and will...