DEV Community

Discussion on: Why You're Not Writing UI Tests

Collapse
 
klamping profile image
Kevin Lamping

That's a great question and I think it really depends on what value you can get out of the tests. It may be worth it to spend a week or two getting a test environment set up if you're on a team of 10 and really need the automation. On the other hand, if it's just you and you're working on a project with a small budget, you probably need that time for other things. I think just being honest with what you can afford time-wise is best.

Collapse
 
hilaberger92 profile image
Hila Berger

Thanks a lot! I couldn't agree more :)
Which framework do you use to write your tests?

Thread Thread
 
klamping profile image
Kevin Lamping

I use WebdriverIO for UI tests. I wrote a post about it here:
dev.to/klamping/how-webdriverio-ma...

Thread Thread
 
hilaberger92 profile image
Hila Berger

Great, thanks :)