axe-core-watir 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 -2
- 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: 67167b18fce1b02cc6a1aa2847474b536163c66a60b26507314af3cf04238c49
|
4
|
+
data.tar.gz: 1fa6626bc2791fe30d5344a9ba45a7244f0c9248d6d13a2dad9df7a891b2f859
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cbe7181a587b333b2ddd0de95356ba0814810b29348fd71cb0822496bf888d5114a54877f5507db523206fa563e1f6f2b43369ecca58f3e08a9a255ecbda805
|
7
|
+
data.tar.gz: 2fcdeee99fb82390728f886b20820c3aaf778eb8828d0aa2f0cf7af0557fab4e77e3b9916a012474fc5e2b4d18e2b3dc37b7aaccc7e0e52f4a85e3642aa43530
|
data/README.md
CHANGED
@@ -4,11 +4,20 @@ The `axe-core-watir` gem provides a chainable [axe API][] for [Watir][] and auto
|
|
4
4
|
|
5
5
|
## Usage
|
6
6
|
|
7
|
+
- In your Gemfile, add the `axe-core-watir` gem.
|
8
|
+
|
9
|
+
```Gemfile
|
10
|
+
source "https://rubygems.org"
|
11
|
+
|
12
|
+
gem 'axe-core-watir'
|
13
|
+
```
|
14
|
+
|
15
|
+
- Require `axe-watir` and use the exported member `AxeWatir`.
|
16
|
+
|
7
17
|
```rb
|
8
|
-
require 'axe-
|
18
|
+
require 'axe-watir'
|
9
19
|
|
10
20
|
# configure `AxeWatir`
|
11
|
-
|
12
21
|
driver = AxeWatir.configure(:firefox) do |c|
|
13
22
|
# see below for a full list of configuration
|
14
23
|
c.jslib_path = "next-version/axe.js"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: axe-core-watir
|
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
|