marcoaldana25 / AngularShowcase

A repository for learning and working with Angular, targeting API's that I've developed.
0 stars 0 forks source link

Update tests to run headless #10

Open marcoaldana25 opened 8 months ago

marcoaldana25 commented 8 months ago

Running ng test opens a Chrome browser which is a default behavior. Update the solution to run headless, some setup has been done already

Make sure to re-enable the test step in the yaml file once this has been resolved