axe-core-capybara 2.6.1.pre.a3ba8a2 → 4.0.0.pre.41da1f0
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/README.md +11 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28441c9a3a08bf44eb8b7cc579e814b150605c10cb63b9ce7327a4257bdbb00c
|
4
|
+
data.tar.gz: f131051b3da80362d95bf85d08efbfca2b6e0c80ce3837f58e804745d776836e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6a9f1c74b2b496f19d18bf9568939d8732592c2acea6cb97a31b1f3bdb9642b114e1d71b36b7a648a455270217c23654766bb7c79bc02ae876000837eef1699
|
7
|
+
data.tar.gz: c1fe238b3fc857426e126c48c163e3c99626daa820ef4aedc6f9d80c71bb5251842b238ed8cf43b5df6d1766632cf144c081d44710e7a1c7a0dd7e9c161e6ee3
|
data/README.md
CHANGED
@@ -4,8 +4,18 @@ The `axe-core-capybara` gem provides a chainable [axe API][] for [Capybara WebDr
|
|
4
4
|
|
5
5
|
## Usage
|
6
6
|
|
7
|
+
- In your Gemfile, add the `axe-core-capybara` gem.
|
8
|
+
|
9
|
+
```Gemfile
|
10
|
+
source "https://rubygems.org"
|
11
|
+
|
12
|
+
gem 'axe-core-capybara'
|
13
|
+
```
|
14
|
+
|
15
|
+
- Require `axe-capybara` and use the exported member `AxeCapybara`.
|
16
|
+
|
7
17
|
```rb
|
8
|
-
require 'axe-
|
18
|
+
require 'axe-capybara'
|
9
19
|
|
10
20
|
# configure `AxeCapybara`
|
11
21
|
driver = AxeCapybara.configure(:firefox) do |c|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: axe-core-capybara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0.pre.41da1f0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Deque Systems
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dumb_delegator
|