Project Challenge: Create Tests
Now, write tests for different features of the task management application using what we have learned in this chapter.
We'll cover the following...
Problem statement
The final challenge of this course is to create tests for the task management application.
You have to create the following tests in the coding environment provided below:
you_need_to_be_logged_in(string $path)
: Test if an unauthenticated user is redirected to the/login
page.after_logging_in_you_have_access_to_the_list_of_tasks()
: Assert that after logging in,