gitlab-qa 4.6.0 → 4.7.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b599192eff6c25b52a170397c35429c25ceed6dedf45939ac2f21f2491eef7fc
4
- data.tar.gz: 883bea99759976cb36f863e8bf6092da547afd4ffc4f8f3e14a843add9803c97
3
+ metadata.gz: 85b79549f9bf9c4e95ba659e30d0ae54bf857f17e92e263ed9d0c9dd6ab298ed
4
+ data.tar.gz: 619098a060f3e50c173f11be43427de0898156d74a672b7bead5254c1b19b7ce
5
5
  SHA512:
6
- metadata.gz: 064324365b2976efe8cbe61f1ee849da7d4f801c102fac9d5e766cf6c4ff608d0f0b79f2a228485bc775ce8811f9a09eaf9a5d27bc6b552cf7087f6be7cc7789
7
- data.tar.gz: ba5855b301269210781bd7e3d349fdd89a8d71d0905a7248748a50e6c202b6bb9da0e149daf87c04554fdcfd20ac59630fe408ce980e48dd4cdeb348fd5ebd30
6
+ metadata.gz: a9c61b542871f8936879fc91c44a4232feccacb2551f250fec82b217b5ac862cce4c835e9ed1476265387401c67e69d5666b096f3e5dbc249d6aeec2048dee06
7
+ data.tar.gz: 6ff561ac8c8cdca3aae05e4acd15074cefdca5107e0df31748a37016a2dfcbcfd47a0a9210d88d8317ffa4ac9c7a676daa05285e2cbf2afbdeefcfdefd1edd02
@@ -1,7 +1,33 @@
1
+ <!-- Replace `v4.5.0` with the previous release here, and `e18d76b309e42888759c1effe96767f13e34ae55`
2
+ with the latest commit from https://gitlab.com/gitlab-org/gitlab-qa/commits/master that will be included in the release. -->
3
+ Diff: https://gitlab.com/gitlab-org/gitlab-qa/compare/v4.5.0...e18d76b309e42888759c1effe96767f13e34ae55
4
+
5
+ Release notes:
6
+
7
+ ```markdown
8
+ ### Fixes
9
+
10
+ - !xxx Fix a broken OAuth scenario.
11
+
1
12
  ### New scenarios
2
13
 
3
- - !xxx Description of the change (usually the title of the MR).
14
+ - !xxx Add a new Awesome scenario.
15
+
16
+ ### Scenario changes
17
+
18
+ - !xxx Scenario `Foo` now accepts a new `--bar` option.
19
+
20
+ ### Doc changes
21
+
22
+ - !xxx Document the new `QA_FOO_BAR` variable.
23
+
24
+ ### CI changes
25
+
26
+ - !xxx Add a new staging job.
4
27
 
5
28
  ### Other changes
6
29
 
7
- - !xxx Description of the change (usually the title of the MR).
30
+ - !xxx Description of the other change.
31
+ ```
32
+
33
+ /label ~backstage
@@ -9,7 +9,8 @@ module Gitlab
9
9
  ['--address URL', 'Address of the instance to test'],
10
10
  ['--enable-feature FEATURE_FLAG', 'Enable a feature before running tests'],
11
11
  ['--mattermost-address URL', 'Address of the Mattermost server'],
12
- ['--parallel', 'Execute tests in parallel']
12
+ ['--parallel', 'Execute tests in parallel'],
13
+ ['--loop', 'Execute tests in a loop']
13
14
  ].freeze
14
15
 
15
16
  # rubocop:disable Metrics/AbcSize
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module QA
3
- VERSION = '4.6.0'.freeze
3
+ VERSION = '4.7.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.0
4
+ version: 4.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grzegorz Bizon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-21 00:00:00.000000000 Z
11
+ date: 2019-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control