Skip to content

Commit

Permalink
Merge pull request #10 from Moon1706/develop
Browse files Browse the repository at this point in the history
feat: add docker info in readme
  • Loading branch information
Moon1706 authored Feb 12, 2024
2 parents d558bbe + 6b6391c commit e69b3cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@ var _ = ReportAfterSuite("allure report", func(report types.Report) {
})
```

### Docker

```sh
# Get Ginkgo JSON report
ginkgo -r --keep-going -p --json-report=report.json ./tests/e2e/
# Create folder for Allure results
mkdir -p ./allure-results/
# Use CLI in docker
docker run -it -v ./:/results moon1706/ginkgo2allure:0.2.0 /results/report.json /results/allure-results
```

## Build

### Go code
Expand Down

0 comments on commit e69b3cd

Please sign in to comment.