
Belongs to Belike's main stack? No
What is it?
End-to-end testing is essential when creating high-quality, modern web applications. At Belike, we use a combination of elements to implement these tests. We mainly use Protractor, Cucumber and NodeJS for end-to-end testing. Because they are:- Open source tools.
- They allow the test to be defined in an almost "natural" and familiar language for users.
- They allow us to conduct a set of incremental tests in an agile and robust way.
- PThey can be integrated in a continuous integration cycle to apply automatic tests.