stateful / vscode-marquee

💡 The missing VS Code homescreen that helps you to stay organized with minimal context switches
https://marquee.stateful.com/
MIT License
101 stars 14 forks source link

[💡 Feature]: Move unit and component tests from Jest to WebdriverIO #244

Open christian-bromann opened 1 year ago

christian-bromann commented 1 year ago

Is your feature request related to a problem?

The current suite uses Jest with JSDOM, particularly for component testing this has several disadvantages.

Describe the solution you'd like.

We should move the test stack to WebdriverIO and run tests in actual browser.

Describe alternatives you've considered.

n/a

Additional context

n/a

Code of Conduct