isaacplmann / ngx-cypress-builder

Run e2e tests in the angular cli using cypress
18 stars 8 forks source link

feat: add missing cypress.run options (closes #6) #7

Closed wopian closed 5 years ago

wopian commented 5 years ago

Added record (#6) and a few other arguments available for run()

Edit: I initially thought this did not work when testing locally after switching devices and was completely stumped - turns out I added all of the properties to the production configuration in angular.json 🤦‍♀️

isaacplmann commented 5 years ago

Thanks!