In this lab, you will write tests in main_test.js. You can learn how to use Puppeteer to tests a web UI.
- (100%) Goto https://pptr.dev/, type
chipi chipi chapa chapainto 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
- You modify other files to achieve requirements.
- You can't pass all CI on your PR.
You need to commit and push the corresponding changes to your repository, which contains the code that satisfies the aforementioned requirements.