Các bước để cài đặt và chạy project
## clone this repo to a local directory
git clone https://github.com/nguyenthohy/automated_testing_exercises.git
## cd into the cloned repo
cd automated_testing_exercises
## install the node_modules
npm install
# launch the cypress test runner
npx cypress open