Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 824 Bytes

File metadata and controls

22 lines (12 loc) · 824 Bytes

Lab4

Introduction

In this lab, you will write tests in main_test.js. You can learn how to use Puppeteer to tests a web UI.

Requirement

  1. (100%) Goto https://pptr.dev/, type chipi chipi chapa chapa into the search box, click on 1st result in the Docs section, and print the title.

For the detailed steps and hints, please check the slide of this lab.

You can run validate.sh in your local to test if you satisfy the requirements.

Please note that you must not alter files other than main_test.js. You will get 0 points if

  1. You modify other files to achieve requirements.
  2. You can't pass all CI on your PR.

Submission

You need to commit and push the corresponding changes to your repository, which contains the code that satisfies the aforementioned requirements.