wdio-rerun-service 1.7.3 → 1.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,10 +5,17 @@ name: wdio-rerun-service CI
5
5
 
6
6
  on:
7
7
  push:
8
- branches: [ master, main ]
8
+ branches:
9
+ - master
10
+ - main
11
+ - v7
12
+ - lts
9
13
  pull_request:
10
- branches: [ master, main ]
11
-
14
+ branches:
15
+ - master
16
+ - main
17
+ - v7
18
+ - lts
12
19
  jobs:
13
20
  build:
14
21
  runs-on: ubuntu-latest
package/CHANGELOG.md CHANGED
@@ -12,13 +12,20 @@
12
12
  _Note: Gaps between patch versions are faulty, broken or test releases._
13
13
 
14
14
  ---
15
+ ## v1.7.6 (2022-09-13)
16
+ #### :bug: Bug Fix
17
+ * [[#41]](https://github.com/webdriverio-community/wdio-rerun-service/pull/41) Update to work with newer versions of @wdio/cucumber-framework ([@mikesavia](https://github.com/mikesavia))
18
+
19
+ #### Committers: 1
20
+ - [@mikesalvia](https://github.com/mikesalvia)
21
+
15
22
  ## v1.7.3 (2022-04-19)
16
23
  #### :bug: Bug Fix
17
- * [[#31]](https://github.com/jwplayer/wdio-rerun-service/pull/31) Fixing WDIO v7 status code usage ([@ccristobal-skillz](https://github.com/ccristobal-skillz))
18
- * [[#26]](https://github.com/jwplayer/wdio-rerun-service/pull/26) Ensure element contains scenario inside filter function ([@yopasa94](https://github.com/yopasa94))
24
+ * [[#31]](https://github.com/webdriverio-community/wdio-rerun-service/pull/31) Fixing WDIO v7 status code usage ([@ccristobal-skillz](https://github.com/ccristobal-skillz))
25
+ * [[#26]](https://github.com/webdriverio-community/wdio-rerun-service/pull/26) Ensure element contains scenario inside filter function ([@yopasa94](https://github.com/yopasa94))
19
26
 
20
27
  #### :nail_care: Polish
21
- * [[#32]](https://github.com/jwplayer/wdio-rerun-service/pull/32) Update dependencies, move to fixed static versions ([@esaari](https://github.com/esaari))
28
+ * [[#32]](https://github.com/webdriverio-community/wdio-rerun-service/pull/32) Update dependencies, move to fixed static versions ([@esaari](https://github.com/esaari))
22
29
 
23
30
  #### Committers: 3
24
31
  - [@ccristobal-skillz](https://github.com/ccristobal-skillz)
@@ -37,9 +44,9 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
37
44
  ## v1.7.1 (2021-06-24)
38
45
 
39
46
  #### :nail_care: Polish
40
- * [[#20]](https://github.com/jwplayer/wdio-rerun-service/pull/20) Use lockfileVersion:2 ([@esaari](https://github.com/esaari))
41
- * [[#20]](https://github.com/jwplayer/wdio-rerun-service/pull/20) Update `package.json` URLs to reflect webdriverio-community location ([@esaari](https://github.com/esaari))
42
- * [[#20]](https://github.com/jwplayer/wdio-rerun-service/pull/20) Dependency bumps ([@esaari](https://github.com/esaari))
47
+ * [[#20]](https://github.com/webdriverio-community/wdio-rerun-service/pull/20) Use lockfileVersion:2 ([@esaari](https://github.com/esaari))
48
+ * [[#20]](https://github.com/webdriverio-community/wdio-rerun-service/pull/20) Update `package.json` URLs to reflect webdriverio-community location ([@esaari](https://github.com/esaari))
49
+ * [[#20]](https://github.com/webdriverio-community/wdio-rerun-service/pull/20) Dependency bumps ([@esaari](https://github.com/esaari))
43
50
 
44
51
  #### Committers: 1
45
52
  - [@esaari](https://github.com/esaari)
@@ -47,11 +54,11 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
47
54
  ## v1.7.0 (2021-03-01)
48
55
 
49
56
  #### :bug: Bug Fix
50
- * [[#9]](https://github.com/jwplayer/wdio-rerun-service/pull/9) Fix Cucumber hooks, so we're now compatible with WDIO v7 ([@esaari](https://github.com/esaari))
57
+ * [[#9]](https://github.com/webdriverio-community/wdio-rerun-service/pull/9) Fix Cucumber hooks, so we're now compatible with WDIO v7 ([@esaari](https://github.com/esaari))
51
58
  #### :memo: Documentation
52
- * [[#9]](https://github.com/jwplayer/wdio-rerun-service/pull/9) Readme updates for clarity ([@esaari](https://github.com/esaari))
59
+ * [[#9]](https://github.com/webdriverio-community/wdio-rerun-service/pull/9) Readme updates for clarity ([@esaari](https://github.com/esaari))
53
60
  #### ::nail_care:: Polish
54
- * [[#9]](https://github.com/jwplayer/wdio-rerun-service/pull/9) Filter `skipped` Cucumber scenarios from being included in rerun ([@esaari](https://github.com/esaari))
61
+ * [[#9]](https://github.com/webdriverio-community/wdio-rerun-service/pull/9) Filter `skipped` Cucumber scenarios from being included in rerun ([@esaari](https://github.com/esaari))
55
62
 
56
63
  #### Committers: 1
57
64
  - [@esaari](https://github.com/esaari)
@@ -59,9 +66,9 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
59
66
  ## v1.6.0 (2021-02-26)
60
67
 
61
68
  #### :rocket: New Feature
62
- * [[#11]](https://github.com/jwplayer/wdio-rerun-service/pull/11) Fix issue with Windows-style separators, add CHANGELOG.md ([@mikesalvia](https://github.com/mikesalvia))*
69
+ * [[#11]](https://github.com/webdriverio-community/wdio-rerun-service/pull/11) Fix issue with Windows-style separators, add CHANGELOG.md ([@mikesalvia](https://github.com/mikesalvia))*
63
70
  #### :bug: Bug Fix
64
- * [[#10]](https://github.com/jwplayer/wdio-rerun-service/pull/10) Ensure failure locations are unique so there are no duplicates created in re-run.sh ([@mikesalvia](https://github.com/mikesalvia))
71
+ * [[#10]](https://github.com/webdriverio-community/wdio-rerun-service/pull/10) Ensure failure locations are unique so there are no duplicates created in re-run.sh ([@mikesalvia](https://github.com/mikesalvia))
65
72
  #### :memo: Documentation
66
73
  #### :house: Internal
67
74
 
package/README.md CHANGED
@@ -32,7 +32,7 @@ The easiest way is to add `wdio-rerun-service` to `devDependencies` in your `pac
32
32
  ```json
33
33
  {
34
34
  "devDependencies": {
35
- "wdio-rerun-service": "^1.7.3"
35
+ "wdio-rerun-service": "^1.7.6"
36
36
  }
37
37
  }
38
38
  ```
@@ -159,4 +159,26 @@ export.config = {
159
159
  // ...
160
160
  }
161
161
  ```
162
+
163
+ ### customParameters
164
+ Parameters which will be added to the re-run command that is generated.
165
+ Can be used with `commandPrefix`.
166
+
167
+ Type: `String`
168
+
169
+ Default: `''`
170
+
171
+ Example:
172
+ ```js
173
+ const RerunService = require('wdio-rerun-service');
174
+ export.config = {
175
+ // ...
176
+ services: [
177
+ [RerunService, {
178
+ customParameters: "--foobar"
179
+ }]
180
+ ],
181
+ // ...
182
+ }
183
+ ```
162
184
  ----
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wdio-rerun-service",
3
- "version": "1.7.3",
3
+ "version": "1.7.7",
4
4
  "description": "A WebdriverIO service to track and prepare for re-running failing or flaky Jasmine/Mocha tests or Cucumber Scenarios.",
5
5
  "author": "Mike Salvia <msalvia@jwplayer.com>",
6
6
  "homepage": "https://github.com/webdriverio-community/wdio-rerun-service",