Here, all the test scripts and cases are available to test the website without repeatedly performing the same actions. 2. All of the workflows that were executed on this repository are displayed on the actions page. Click on "Run Playwright Tests" to see all the workflows carried out for the tests. 3. To start a workflow, select the "main" branch by clicking the "Run Workflow" button located above all other workflows and click “Run Workflow” All test scripts will be run sequentially by doing this.

Once the all the tests are executed their reports will be deployed on the GitHub Pages. You can access the reports generated for each test case on the following URL scheme:
<https://w3devteam.github.io/TezosHomebaseTests/tests/main/tc-{TEST_CASE_NO_IN_2_DIGIT}>
curl -X POST \\
-H "Accept: application/vnd.github+json" \\
-H "Authorization: token YOUR_GITHUB_ACCESS_TOKEN" \\
-d '{"event_type": "webhook"}' \\
<https://api.github.com/repos/W3DevTeam/TezosHomebaseTests/dispatches>
You can send this request as soon as new tests needs to be executed.
Report for TC01-Token creation: This test case involves Token Creation by using valid values and invalid values.
https://w3devteam.github.io/TezosHomebaseTests/tests/main/tc-01/