Automation Week Challenges October 2020 - JavaScript

All the following challenges are focused on JavaScript unit testing automation.

Automation Week

These challenges are part of Automation Week. Complete them for your chance to talk at Test.bash(); about your approach and experience.

Application

The application for this challenge is the Restful Booker Platform (RBP), itโ€™s front-end is written in React. More about the application is available here. You can also ask questions related to the application there.

The Challenges:

Complete these challenges using any tooling of your choice.

Beginner:

Load the footer component and assert that the copyright date is 2020.

Intermediate:

Load the hotel room info component, click โ€˜Book this Roomโ€™, and assert that the Room Booking Form component is displayed.

Advanced:

Load the login component, complete the login form, and assert that the correct request was sent to the AUTH api.

Questions

If you have any questions at all about this challenge, please post them below.