Skip to content

Commit a33635f

Browse files
Upgrade react (#54)
upgraded react
1 parent 90e0b52 commit a33635f

17 files changed

+7457
-7060
lines changed

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ Single file HTML formatter for cucumber framework
55
### Installation
66
To install formatter run
77

8-
`npm install @qavajs/html-formatter`
8+
```
9+
npm install @qavajs/html-formatter
10+
```
911

1012
and add to formatter section in config file
1113

12-
```javascript
13-
module.exports = {
14-
default: {
15-
format: [
16-
['@qavajs/html-formatter', 'report.html']
17-
]
18-
},
14+
```typescript
15+
export default {
16+
format: [
17+
['@qavajs/html-formatter', 'report.html']
18+
],
1919
formatOptions: {
2020
htmlConfig: {
2121
metadata: {
@@ -35,9 +35,15 @@ Kudos to https://github.com/epam/UUI for providing components
3535

3636
## Development
3737

38-
`npm install`
38+
```
39+
npm install
40+
```
3941

40-
`npm run build`
42+
```
43+
npm run build
44+
```
4145

42-
`npm start`
46+
```
47+
npm start
48+
```
4349

0 commit comments

Comments
 (0)