EHTML icon indicating copy to clipboard operation
EHTML copied to clipboard

unit tests

Open Guseyn opened this issue 5 years ago • 2 comments

Guseyn avatar Dec 02 '19 17:12 Guseyn

Nice project, I'm already thinking in lot of use cases for the refactoring I'm leading of our very own legacy CMS at my job.

Have you thought in any framework to achieve this? Seems like a DOM testing library could be a lot helpful. Let me know is you'd like help on this and if you have anything planned to start with.

tzkmx avatar Dec 07 '19 20:12 tzkmx

@tzkmx thanks for the interest, I didn't decided yet, it would be nice to find/build a library with mocks for DOM which can help to write unit tests, and then I think it would be great to build automated tests for existing features. Right now I've started working on a real project as proof of concept for this library, so I can understand what kind of things this lib might need to include. I want this library to be useful as much as possible with many features, but in the same time I want to consider every decision that needs to be made, so this library can be as simple as possible to use.

Guseyn avatar Dec 08 '19 20:12 Guseyn