brpm_module_selenium 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGZlOThhMDhjYzBmY2E1MWQ1Y2I4ZDYzNTE3YWYwNjFhYTU4ZDM1ZA==
4
+ NTZhODk3YTYxY2ZmNmI2OWEwYmZiNWI3OTk3NGNjZjQ4M2I0MWI1OA==
5
5
  data.tar.gz: !binary |-
6
- NTQ4Y2JjYzI3Y2M2ZjIyYThjNTQ4YzE2YWJjYWZkMjljYWU4NjFiMw==
6
+ OGQ1MTg0ZmE3MDgzMDhlNjk1OGU4ZTkwNTJjYmQzOWJhNTU5NzM4Yw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDBmMjRlMWViY2RkZjEwY2Q2NDA3ODdjZjZiYWViNDdjN2U5ODc2N2M5NTBk
10
- M2E3Y2ZmYmY0MDdlNGFkYjU1MWNlMWQ5NjE4MDQ1MzUyYTAyODRjNTYxZmMy
11
- OTlkNzRmYjhmNjQ5MTMzZTZhYjUxZmY5Zjk3YzI3YmZjNjAxOGE=
9
+ ZmQ3MDEwZTZlZWQ0YjI1YjRmNjEwMDQ5ZmEwMTZiNGZhYjIyMGE4MWI1OGU5
10
+ NTcxOGEzOTk2MmE1OTMwNmRmNWE4MzJlNWYyYjk4OGZkMjYwM2VjNGVhMzc4
11
+ OTIwOTI1MWViNGY0N2I5MmVjMmQzZTcwY2RiZGQ5OTNiNTM2Y2M=
12
12
  data.tar.gz: !binary |-
13
- MDM0MzRlMzNkZDIzMmMyMTQyMWYxYmY2ZTI1ZTY2NGZmMTg0N2U5OTQzMDg0
14
- ZjEzMWRiYzEyOGI2ZTBhYjc5ZmExZGQ0MTlkMGYwYmQ5MzA0YTYwYzFjYWQ1
15
- MWI2OGQ3NGJhYWEyNzQ5MGJhM2ExYTgyYmE1Y2Y0Y2IwYzYyNTI=
13
+ MTBkOTkwZmI0MDhhZjExNmUxOGIxYTQwNzM2MWQzYzUzOWU4N2M5ODkxMWNh
14
+ YzhlYmVlMDM2YWYwNDQ5NzVjZDBhNmVmZTVmMmMzNDJiMWQ0MGM0NmQwNDA4
15
+ ZDMwN2NlY2QzNTZkNzczMzY2MTNiM2RiYzYzYzE2MjhkODJiMjM=
@@ -0,0 +1 @@
1
+ integration_server_type: Selenium
data/config.yml CHANGED
@@ -1,10 +1,10 @@
1
1
  dependencies:
2
- - brpm_module_brpm: { version: "0.1.10" }
2
+ - brpm_module_brpm: { version: "0.1.24" }
3
3
 
4
4
  integration_servers:
5
5
  - JIRA
6
6
 
7
- version: 0.1.9
7
+ version: 0.1.10
8
8
 
9
9
  author: Niek Bartholomeus
10
10
  email: niek.bartholomeus@gmail.com
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brpm_module_selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niek Bartholomeus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2015-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: brpm_content
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.1.10
33
+ version: 0.1.24
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.1.10
40
+ version: 0.1.24
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -81,8 +81,8 @@ files:
81
81
  - LICENSE
82
82
  - README.md
83
83
  - Rakefile
84
+ - automations/execute_test_run.meta
84
85
  - automations/execute_test_run.rb
85
- - automations/execute_test_run.txt
86
86
  - brpm_module_selenium.gemspec
87
87
  - config.yml
88
88
  - lib/selenium_cli_client.rb
@@ -1,14 +0,0 @@
1
- #=== BMC Application Automation Integration Server: Selenium ===#
2
- # [integration_id=xxxxxxxx]
3
- #=== End ===#
4
-
5
- require "#{params["SS_script_support_path"]}/git_repos/brpm_content/modules/framework/brpm_script_executor.rb"
6
-
7
- params["direct_execute"] = "true"
8
-
9
- params["SS_integration_dns"] = SS_integration_dns
10
- params["SS_integration_username"] = SS_integration_username
11
- params["SS_integration_password_enc"] = SS_integration_password_enc
12
- params["SS_integration_details"] = YAML.load(SS_integration_details)
13
-
14
- BrpmScriptExecutor.execute_automation_script("brpm_module_selenium", "execute_test_run", params)