Break up URLs at burl.netlify.app
Open the app with a blank URL:
Open the app with some given URL:
Clone the project, cd
into the project's root directory and install the project's dependencies
pnpm install
Run the application in development mode
pnpm dev
In another terminal window, open the Cypress runner
pnpm cypress:open
In the Cypress runner, select the test file you want to run. This test will be run in a Cypress-controlled browser. Then as you update your tests and the corresponding application code, you can re-run the tests from the Cypress browser.
You can also run the Cypress tests in headless mode:
pnpm cypress:run
- URL structure: https://en.wikipedia.org/wiki/URL#Syntax
- URL encoding: https://en.wikipedia.org/wiki/Percent-encoding
- URI schemes: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml