Skip to content

Commit 562e014

Browse files
committed
docs: add more spaces for ci/cd guide
1 parent bbd8a96 commit 562e014

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/cicid.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,21 @@ For CI, Selenium and a publicly available webdriver for Chrome was downloaded. A
3535
1. question-service-test
3636

3737
a. This job handles testing for the Question Service, which is dependent on Firebase and Go.
38+
3839
b. It sets up the environment variables, firebase credentials, Go environment and dependencies and runs tests with firebase emulator.
3940

4041
2. frontend-unit-tests
4142

4243
a. This job tests the frontend application using Node.js and pnpm
44+
4345
b. It sets up the environment and Node.js and installs pnpm and dependencies, before running the frontend tests.
4446

4547
3. test-docker-compose
4648

4749
a. This job uses Docker Compose to run multiple services together and validate inter-service connectivity.
50+
4851
b. It sets up the environment files and database credential files across all services and builds and runs services with Docker Compose.
52+
4953
c. The services’ availability are checked using curl and websocat to validate the HTTP endpoints and WebSocket endpoints respectively.
54+
5055
d. Chrome compatibility test was done against the running frontend and user service endpoint.

0 commit comments

Comments
 (0)