Name the new file as "app.spec.ts" and click "OK"

Open the drive and select app.spec.js file

Copy the content

Past it in toofaan

Save it

Click on "Requested files"

Create a new file and name it "url.xml" and click ok

Update this file

Open "url.xml" from the drive

Copy the content

Past it in toofaan

Save it

Open the exercise drive

Download the exercise in local machine fro google drive

Open the exercise in VS Code

If Live Server vscode extention is not installed Install it.

Back to the folder Open "index.html"

Run with live server.

See the output in the browser. "http://127.0.0.1:5500/index.html"

Replace this with the system IP address For Win Open CMD > ipconfig > IPv4 address
For Linux/Mac Open Terminal > ifconfig > IPv4 address

E.g in Linux

Replace it

Still you should see app running

Lets test with playwright test case

Click here on more
