Closed skjalgepalg closed 1 year 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 :-)
Solved by moving to Playwright under #717
Current
postinstall
script blocks runningnpm install
for some developers.Short term alternatives:
webdriver-manager
(dubious fix)postinstall
scriptLonger term:
protractor
for local testing.jest
or similar framework