Skip to content

Commit 5a68d89

Browse files
committed
updated docs
1 parent 83003e7 commit 5a68d89

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ Our package bridges Cypress and Playwright test runs with Google Sheets or CSV,
2323
- [Column: Manual Case](#column-manual-case)
2424
- ['The Works'](#the-works)
2525
6. [cypress/grep Integration](#cypressgrep-integration)
26-
7. [GitHub CI/CD](#github-cicd)
26+
7. [CI/CD](#cicd)
27+
- [GitHub](#github-actions-example)
28+
- [GitLab](#gitlab-ci-example)
29+
- [AWS](#aws-codebuild-example)
2730
8. [Demo Branch](#demo-branch)
2831

2932
## Installation
@@ -550,7 +553,7 @@ For seamless integration into CI/CD pipelines, the Google Sheets credentials nee
550553
3. **Decrypting the Secret in CI/CD**
551554
- **Workflow Modification:** Incorporate steps in your CI/CD workflow to decrypt the secret file using the stored passphrase. The modifications should align with your project's encryption setup.
552555
553-
**GitHub Actions Example:**
556+
#### GitHub Actions Example:
554557
555558
```yaml
556559
name: Nightly regression and report
@@ -594,7 +597,8 @@ jobs:
594597
run: npm run cypress:nightly
595598
```
596599

597-
**GitLab CI Example:**
600+
#### GitLab CI Example:
601+
598602
(Note: To schedule nightly runs, set up a pipeline schedule in your GitLab project settings.)
599603

600604
```yaml
@@ -617,7 +621,8 @@ nightly_regression:
617621
- main
618622
```
619623
620-
**AWS CodeBuild Example:**
624+
#### AWS CodeBuild Example:
625+
621626
For AWS CodeBuild, you can set up a comparable configuration using a `buildspec.yml` file:
622627

623628
```yaml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qa-shadow-report",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"bin": {
55
"qa-shadow-report": "./cli.js",
66
"qasr": "./cli.js",

0 commit comments

Comments
 (0)