Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 716 Bytes

test_scripts.md

File metadata and controls

9 lines (5 loc) · 716 Bytes

Find all the files in the user's desktop directory that contain the word "hello.txt" in the name. Log all the reads.

Log "starting". Wait for 30 seconds. Then log "done". And return "Hello, world!".

Log "starting". Wait for 30 seconds. Create a file called "hello.txt" in the user's desktop directory write "Hello, world!" to it. Wait for 30 seconds. Then log "done". And return "Hello, world!".

Find all the files in the user's home directory that contain the word "portal" in the name. Log all the reads.

Create an http server that listens on a random port, ensure that the port is free. Then log the port number. The server should be built suing Hono and return and HTML page with a counter using React with.