cypress-rails 0.0.2 → 0.0.3

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: 9a242d8e71274069fa20fd82ab8aa4ff31eea151ca621b6a36c53e862b3a90a2
4
- data.tar.gz: 659cbc0bb3466e15b63ecfe4e951eb867d982325db45e17e7c8df175ffc3c1f9
3
+ metadata.gz: c61fae74af1660e97deea16ac3d1872a86184d2cd8d3671ef73087b65a5af16c
4
+ data.tar.gz: 5caeeea8cd23182a1c8cf470ddf5df23c32b21021d87394e9d19866fcb27f568
5
5
  SHA512:
6
- metadata.gz: ffd03573f5a5d04ed75d760bf76caeaade986c7c0e58b3888212be4df8c17330089bdd251b4366d18aefad8f1a106952f759c27e17b2e54b12f3cd40bcf7dd03
7
- data.tar.gz: 3d89d6bb37274c9cab66e72012828d9195125ae80f6e7726493a6d72e94d6d0db5780098988e9c58f91bb476e9d84e056a63d4d374b302efa42e8f46494c12bc
6
+ metadata.gz: '075218741208d40a2c2bf92e73b41b11d165c4c17c32376036280d1a84a2ccde03b794cb3f65dbd88533254d78cefc5dd3b19f95c7b0132618310541bf436d6b'
7
+ data.tar.gz: a4f2283b2d03310e608715c673f3311a175bde65c599016df55b523adf76f1ab1b99b013e62407f14c98e1454387566bab08fadad8667383cc703f96c49177ef
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cypress-rails (0.0.2)
4
+ cypress-rails (0.0.3)
5
5
  capybara
6
6
  railties (>= 5.2.0)
7
7
  selenium-webdriver
@@ -39,8 +39,7 @@ GEM
39
39
  rack-test (>= 0.6.3)
40
40
  regexp_parser (~> 1.5)
41
41
  xpath (~> 3.2)
42
- childprocess (2.0.0)
43
- rake (< 13.0)
42
+ childprocess (3.0.0)
44
43
  concurrent-ruby (1.1.5)
45
44
  crass (1.0.4)
46
45
  erubi (1.8.0)
@@ -87,10 +86,10 @@ GEM
87
86
  rubocop-performance (1.4.1)
88
87
  rubocop (>= 0.71.0)
89
88
  ruby-progressbar (1.10.1)
90
- rubyzip (1.2.4)
91
- selenium-webdriver (3.142.4)
92
- childprocess (>= 0.5, < 3.0)
93
- rubyzip (~> 1.2, >= 1.2.2)
89
+ rubyzip (2.0.0)
90
+ selenium-webdriver (3.142.6)
91
+ childprocess (>= 0.5, < 4.0)
92
+ rubyzip (>= 1.2.2)
94
93
  standard (0.1.3)
95
94
  rubocop (~> 0.72.0)
96
95
  rubocop-performance (~> 1.4.0)
data/exe/cypress-rails CHANGED
@@ -12,5 +12,6 @@ when "init"
12
12
  when "open"
13
13
  CypressRails::Open.new.call
14
14
  when "run"
15
- CypressRails::Run.new.call
15
+ passed = CypressRails::Run.new.call
16
+ exit 1 unless passed
16
17
  end
@@ -13,5 +13,5 @@ end
13
13
 
14
14
  desc "Run Cypress tests headlessly"
15
15
  task :"cypress:run" do
16
- system "#{CLI} run"
16
+ abort unless system "#{CLI} run"
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module CypressRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cypress-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-17 00:00:00.000000000 Z
11
+ date: 2019-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties