ZvNico / Chocapic

🍫
0 stars 0 forks source link

Chocapic

🍫

Séance 1

We need to test a website

We follow this Test plan to find the bugs then we open issues

Séance 2

HR Manager Web Application

I'm a Web application with (almost) no tests.

Test me!

Running the backend

$ docker compose up --build

Instructions

Do not look inside the backend/ folder yet - you're doing black-box testing at this point.

Step 1

Do some manual, exploratory testing first

Step 2

Once it's running, add tests for the bugs found during step 1.

Make sure to use the "Page Object Model" design pattern.

Step 3

Once they're running, rewrite the tests from step 2 using raw http request and SQL queries.

Typescript tests

Installing dependencies

yarn

Running end-to-end tests

yarn playwright install chromium
yarn tests:e2e

Running integration tests

yarn tests:integration