nrkno / core-components

Accessible and lightweight Javascript components
https://static.nrk.no/core-components/latest/
MIT License
117 stars 10 forks source link

webdriver hinders local development #637

Closed skjalgepalg closed 1 year ago

skjalgepalg commented 3 years ago

Current postinstall script blocks running npm install for some developers.

Short term alternatives:

Longer term:

htor commented 2 years ago

Hi!

I think at the time it was decided to use protractor because jsdom (used by some other testing frameworks) did not support custom elements. https://static.nrk.no/core-components/latest/index.html#testing.

That might have changed, but I'm not sure :-)

skjalgepalg commented 1 year ago

Solved by moving to Playwright under #717