Skip to content

Commit

Permalink
fix(readme.md): update docs for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Nov 13, 2019
1 parent 07c1bf1 commit 76c4b6f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ We would recommend you to get familiar with [Using Reporter in Cypress](https://

1. Use `@architectnow/cypress-testrail-reporter` in `cypress.json`

```json
```typescript
{
"reporter": "@architectnow/cypress-testrail-reporter"
}
```

2. Provide `reporterOptions`

```json
```typescript
{
"reporter": "@architectnow/cypress-testrail-reporter",
"reporterOptions": {
Expand All @@ -58,7 +58,7 @@ If you want to use Multi Reporters with Cypress, consider using `cypress-multi-r
npm i -D cypress-multi-reporters
```

```json
```typescript
// cypress.json
{
"reporter": "cypress-multi-reporters",
Expand All @@ -80,4 +80,7 @@ npm i -D cypress-multi-reporters
}
```


### Credits
* [Pierre Awaragi](https://github.com/awaragi), owner of the [mocha-testrail-reporter](https://github.com/awaragi/mocha-testrail-reporter) repository that was forked.
* [Valerie Thoma](https://github.com/ValerieThoma) and [Aileen Santos](https://github.com/asantos3026) for proofreading the README.md file and making it more understandable.
* [Vivify Ideas](https://github.com/Vivify-Ideas) for the `cypress-testrail-reporter` repo.

0 comments on commit 76c4b6f

Please sign in to comment.