Skip to content

Commit ee80ef9

Browse files
committed
0.0.3
1 parent 204fdca commit ee80ef9

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

CHANGELOG.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
1-
## 0.0.2
1+
# Changelog
22

3-
### Added
4-
- You can now defined your own reporters, see [docs/Reporters.js](./docs/Reporters.js)
3+
All notable changes to this project will be documented in this file.
54

6-
### Changed
7-
- Reporter is now EventEmitter
5+
## [v0.0.3](https://github.com/seznam/qape/compare/v0.0.2...v0.0.3) - 2018-11-17
86

9-
### Removed
10-
- Progress bars are no longer available
7+
### Commits
118

12-
## 0.0.1
9+
- Updated cli syntax; Added infinity run option; Minor code style updates [`f88828d`](https://github.com/seznam/qape/commit/f88828d992aebe4be566e4e6da41e5e5c92a7879)
10+
- Fixed report for random scenario when no error found; Updated isElementVisible method to use puppeteer method to check element visibility [`69807e1`](https://github.com/seznam/qape/commit/69807e17df2e83573febc63fa87b2461cd2db211)
11+
- Add auto-changelog to generate changelog from commits for each release [`204fdca`](https://github.com/seznam/qape/commit/204fdca1ff18abc093724ff5950f4ed98c5f4618)
1312

14-
### Added
15-
- Init QApe
13+
## [v0.0.2](https://github.com/seznam/qape/compare/v0.0.1...v0.0.2) - 2018-11-16
14+
15+
### Commits
16+
17+
- Reporter is now EventEmitter; You can also defined custom reporters; Dropped progress bars [`3b2881d`](https://github.com/seznam/qape/commit/3b2881d5558de1c4b4181340e1fb8d93c5961d8e)
18+
- Rename [`7b02edb`](https://github.com/seznam/qape/commit/7b02edb50d7f86e80577c7003d4d9df8336eadd0)
19+
- Updated default config file [`77df689`](https://github.com/seznam/qape/commit/77df689506bb2eb58a13517cde27795eb706604a)
20+
21+
## v0.0.1 - 2018-11-09
22+
23+
### Commits
24+
25+
- Ignore .babelrc from release [`bb291d7`](https://github.com/seznam/qape/commit/bb291d7a65e39702a59d5b4bceb9e70789c0a58e)
26+
- Added .babelrc file [`a14adaa`](https://github.com/seznam/qape/commit/a14adaaf249307ef901b9f356f594345ecb17352)
27+
- Added release scripts [`17cf2fc`](https://github.com/seznam/qape/commit/17cf2fc7725b13bad535da2bc7bc527ceb25cb0f)
28+
- Removed private registry settings [`39520b9`](https://github.com/seznam/qape/commit/39520b9c75053c49affcd27b1bb19a06228cbad2)
29+
- Rename [`c878cae`](https://github.com/seznam/qape/commit/c878cae74109e8b565c32a805169fec555836301)
30+
- Added unit tests and documentation; Updated example page [`823720a`](https://github.com/seznam/qape/commit/823720aef7d1f533744e15f386ea06b71b4a0981)
31+
- #! Init Opicak [`4c1dacc`](https://github.com/seznam/qape/commit/4c1dacc53746376bcb25a3d5638fb1d360d5c95a)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qape",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Monkey testing library",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)