Functional Tests

Learn to write functional tests.

We'll cover the following...

We can write functional tests in AdonisJs.

Writing a functional test

We are going to test the form that we previously created, so let’s write a functional test, as shown ...