percy-capybara 5.0.0.pre.5 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +17 -0
- data/lib/percy/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45a545941cfa1347d8912e8d94218005a87662f1c07d7633696ed56ba130a319
|
4
|
+
data.tar.gz: e0796a2c700b35b7710c79979ea1d12c136335fce31b3d12c1e68630bd56ba88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cb49cda9b878968ffb3225c032c5a49e8c8fc712c9598c0c654362dad01a46d8d1f1808a4bef1cc3c2a6593b5da28f0deb7e1484a00416f2aa2ba9d7eaaf0f2
|
7
|
+
data.tar.gz: 45bd57d38c20a550fe956c4b99b13b4d271113b5a8e14ef5b9e832facf36fe2be09b60e8a6ca5539ee54bde4b5885e67fdc6315d33cb75e46abf2e19e92b5757
|
data/README.md
CHANGED
@@ -70,6 +70,23 @@ $ percy exec -- [test command]
|
|
70
70
|
|
71
71
|
## Upgrading
|
72
72
|
|
73
|
+
### Automatically with `@percy/migrate`
|
74
|
+
|
75
|
+
We built a tool to help automate migrating to the new CLI toolchain! Migrating
|
76
|
+
can be done by running the following commands and following the prompts:
|
77
|
+
|
78
|
+
``` shell
|
79
|
+
$ npx @percy/migrate
|
80
|
+
? Are you currently using percy-capybara? Yes
|
81
|
+
? Install @percy/cli (required to run percy)? Yes
|
82
|
+
? Migrate Percy config file? Yes
|
83
|
+
? Upgrade SDK to percy-capybara@^5.0.0? Yes
|
84
|
+
? The Capybara API has breaking changes, automatically convert to the new API? Yes
|
85
|
+
```
|
86
|
+
|
87
|
+
This will automatically run the changes described below for you, with the
|
88
|
+
exception of changing the `require`.
|
89
|
+
|
73
90
|
### Manually
|
74
91
|
|
75
92
|
#### Require change
|
data/lib/percy/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: percy-capybara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.0
|
4
|
+
version: 5.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Perceptual Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capybara
|
@@ -136,9 +136,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
136
136
|
version: 2.3.0
|
137
137
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
138
138
|
requirements:
|
139
|
-
- - "
|
139
|
+
- - ">="
|
140
140
|
- !ruby/object:Gem::Version
|
141
|
-
version:
|
141
|
+
version: '0'
|
142
142
|
requirements: []
|
143
143
|
rubygems_version: 3.0.3
|
144
144
|
signing_key:
|