Skip to content

Commit

Permalink
Update README and Writerside docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quiirex committed Jun 29, 2024
1 parent 7750d2d commit 7a7ed2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CI/CD Pipeline](https://github.com/Quiirex/testops_poc/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/Quiirex/testops_poc/actions/workflows/ci-cd.yml)

# TestOps - PoC
# TestOps integration PoC

This is a PoC which demonstrates integrating TestOps practices and tools in the CI/CD pipeline.
This Proof of Concept (PoC) is proposed in my master's thesis to demonstrate the integration of TestOps practices and tools within the CI/CD pipeline of an application.

Documention for the PoC is [available here](https://quiirex.github.io/testops_poc/)
Documention of the PoC is [available here](https://quiirex.github.io/testops_poc/)
2 changes: 1 addition & 1 deletion Writerside/hi.tree
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="hi"
name="Help instance"
name="TestOps PoC documentation"
start-page="TestOps-Proof-of-Concept.md">

<toc-element topic="TestOps-Proof-of-Concept.md"/>
Expand Down
2 changes: 1 addition & 1 deletion Writerside/topics/Best-Practices.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Best Practices

The following good practices have been taken into account in the implementation of the CI/CD pipeline:
The following best practices have been taken into account in the implementation of the CI/CD pipeline:
- **Isolation of environments**: the use of containerisation ensures that all environments (development, testing, production) are consistent and isolated.
- **Transparent documentation**: each step in the pipeline is clearly documented, making it easy for other team members to understand and adapt the process.
- **Communication and reporting**: at the end of each pipeline run, we are informed of the result of the pipeline via email (this needs to be enabled in your GitHub account settings), allowing the development team to react in a timely manner.
Expand Down
2 changes: 1 addition & 1 deletion Writerside/topics/The-CI-CD-Pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The pipeline is designed to be extensible, allowing for an unlimited number of a
## The Architecture

Below is the image of the proposed CI/CD Pipeline Architecture which includes TestOps strategies and tools.
![Pipeline Architecture](Pipeline-Architecture.png)
![Pipeline Architecture](Pipeline-Architecture.png) {width="550"}

## Pipeline Steps

Expand Down

0 comments on commit 7a7ed2b

Please sign in to comment.