3 Steps to Adding End-to-end Tests to Your Projectby@marcinwosinek

3 Steps to Adding End-to-end Tests to Your Project

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

End-to-end (E2E) tests are scripts that interact with an application in a similar way a user would. They can catch potential issues before merging changes to the main branch. E2E enables you to do extensive testing as soon as the changes are available. Writing the tests is programming, and it’s a task that many programmers are not particularly excited about. Each test you write is tightly coupled with the platform you choose. There are plenty of options available for building a suite: Cypress, Playwright, Selenium, Protractor and TestCafe.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - 3 Steps to Adding End-to-end Tests to Your Project
Marcin Wosinek HackerNoon profile picture

@marcinwosinek

Marcin Wosinek

I'm a JavaScript developer. I'm here to teach you useful skills, so you can succeed in your work & private projects.


Receive Stories from @marcinwosinek

react to story with heart
Marcin Wosinek HackerNoon profile picture
by Marcin Wosinek @marcinwosinek.I'm a JavaScript developer. I'm here to teach you useful skills, so you can succeed in your work & private projects.
Newsletter

RELATED STORIES

L O A D I N G
. . . comments & more!