Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tooniez committed Aug 28, 2024
1 parent c7d3d89 commit fe09a1d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.1 (2024-08-28)


### Features

* add badge ([017b064](https://github.com/tooniez/supertest-cucumber-ts/commit/017b0643869dba4cf682d6d51332a3ae55d5466d))
* add cucumber post feature ([d037883](https://github.com/tooniez/supertest-cucumber-ts/commit/d037883a8583967c905d03c8055d0043d62a3008))
* add cucumber reporting ([52c3d97](https://github.com/tooniez/supertest-cucumber-ts/commit/52c3d97f9dbd119497df38ab323e13c990e1e158))
* add cucumber step definition ([3c34550](https://github.com/tooniez/supertest-cucumber-ts/commit/3c345503aa8aeeae49ff7050a9ffe26a38fad8b4))
* add supertest test ([07b42de](https://github.com/tooniez/supertest-cucumber-ts/commit/07b42deffee73e4265fce1fe20fe07e3cea36b19))
* updat ci reporting script ([8675a39](https://github.com/tooniez/supertest-cucumber-ts/commit/8675a39da92dca1db0b7c7b76b26565cb437ea48))
* update reports to results dir ([0813b6c](https://github.com/tooniez/supertest-cucumber-ts/commit/0813b6c45f048a23731ee7df3d9f0816b1029d4f))


### Bug Fixes

* update explicit import ([1102b30](https://github.com/tooniez/supertest-cucumber-ts/commit/1102b30914a62c1ccace7679a803142c2d12befe))
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "supertest-cucumber",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"test": "npm run test:supertest && npm run test:cucumber",
"test:supertest": "jest specs/supertest.spec.ts",
"test:cucumber": "cucumber-js --require features/support/*.ts features/*.feature -f json:cucumber_report.json",
"generate:report": "node report.js"
},
"keywords": ["supertest", "cucumber", "typescript", "jest"],
"keywords": [
"supertest",
"cucumber",
"typescript",
"jest"
],
"author": "tooniez",
"license": "MIT",
"description": "",
Expand Down

0 comments on commit fe09a1d

Please sign in to comment.