stevermeister / ngx-cookie-service

Angular (4.2+ ...12) service for cookies. Originally based on the `ng2-cookies` library.

Home Page:https://www.npmjs.com/package/ngx-cookie-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm test command takes forever and fails to start headless chrome

pavankjadda opened this issue · comments

Expected Behavior

Tests should execute as expected

Actual Behavior

npm run test --configuration=ci command takes forever and fails to start headless chrome. The tests work fine on local machine

This seems to be a problem with Github actions

Okay, the issue was caused by Karma not picking up custom HeadLessChrome. Updated Config in commit: 3cd9d14 to fi this