oct-automation-utilities 0.0.10 → 0.0.11
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 +4 -4
- data/lib/oct-automation-utilities.rb +6 -0
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d899ec024d2323df57714ef4e5ef4c4352b1ed26
|
4
|
+
data.tar.gz: 301471800a36048fbf55a129e3ce74f05e8d9ceb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0307bb8c5688cb12774b96f176da092bbbda131d03632e8c4ba74558da5556f78450e3a5c1d48e6383a0b61f4440e8ea585090365d0c12c1226c8b263c669b24
|
7
|
+
data.tar.gz: adc0ee87d21a3eafd7f31ba728e943fbc48e7965ff86c3ba2f9f3609e3f8a2dc5e7a949491a432c2033bb2e9400dc15a719316ebae1aef750dbf6e57d8fb57b1
|
@@ -414,6 +414,12 @@ module OctAutomationUtilities
|
|
414
414
|
page.driver.browser.switch_to.window(page.driver.browser.window_handles.last)
|
415
415
|
end
|
416
416
|
|
417
|
+
def exit_prod_test
|
418
|
+
@log.info('Script only runs in ACP or DEV! - Warning')
|
419
|
+
puts 'Script only runs in ACP or DEV!'
|
420
|
+
exit!
|
421
|
+
end
|
422
|
+
|
417
423
|
end
|
418
424
|
|
419
425
|
end
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oct-automation-utilities
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Tracy
|
8
|
-
- Nick Robertson
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-11 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: Utilities class that performs common automation functionality that can
|
15
14
|
be used over multiple projects
|