Add tutorial project GitHub URL in doc.

This commit is contained in:
Jean-Christophe Amiel 2025-09-24 18:06:34 +02:00
parent 1df5d7e70a
commit 48e20ecc48
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Your First Hurl File
Throughout this tutorial, we'll walk through the creation of multiple
Hurl files to test a basic web application about movies called _Movies Box_. We'll show how to test
this site locally, and how to automate these integration tests in a CI/CD
chain like [GitHub Action] and [GitLab CI/CD].
Hurl files to test a basic web application about movies called _Movies Box_. The source code of the project is at
<https://github.com/jcamiel/hurl-express-tutorial>. We'll show how to test this site locally, and how to automate these
integration tests in a CI/CD chain like [GitHub Action] and [GitLab CI/CD].
Our Movies Box website consists of: