Skip to content

Commit

Permalink
Update "tips-and-tricks" documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodp committed Aug 16, 2019
1 parent c8f3a7b commit df48075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Add the tag `@ignore` to a Feature, Scenario, Variant or Test Case, in order to

## How to generate HTML reports with CodeceptJS:

1. Install **mochawesome** as a *development* dependency:
1. Install **mochawesome** and **mochawesome-report-generator** as *development* dependencies:

```bash
npm install --save-dev mochawesome
npm install --save-dev mochawesome mochawesome-report-generator
```

2. Edit `codecept.json` and add **mochawesome** to `reporterOptions`:
Expand Down
4 changes: 2 additions & 2 deletions docs/pt/tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Add the tag `@ignore` to a Feature, Scenario, Variant or Test Case, in order to

## How to generate HTML reports with CodeceptJS:

1. Install **mochawesome** as a *development* dependency:
1. Install **mochawesome** and **mochawesome-report-generator** as *development* dependencies:

```bash
npm install --save-dev mochawesome
npm install --save-dev mochawesome mochawesome-report-generator
```

2. Edit `codecept.json` and add **mochawesome** to `reporterOptions`:
Expand Down

0 comments on commit df48075

Please sign in to comment.