Replies: 1 comment
-
Hm. I guess I'm incorrect in using harnesses willy nilly. But using them (or something like a page object) does make a lot of sense and makes test code cleaner. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that harnesses are the next big thing in Angular testing.
And they are pretty cool - it's nice to abstract some of the underlying implementation details.
With this said I find myself using Spectator less.
I still use it to set up the test environment, but I rarely use things like query API or additional matchers.
Do we have an idea of how Spectator is going to be positioned in the future?
Is there going to be any support for harnesses within spectator?
Beta Was this translation helpful? Give feedback.
All reactions