heavens_door 0.1.3 → 0.1.4
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 +2 -2
- data/app/assets/stylesheets/heavens_door.css +1 -1
- data/lib/heavens_door/version.rb +1 -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: 43060fdd93e283f842f7d47848a444064ea4b691f478e056cd416e905be8e9e0
|
|
4
|
+
data.tar.gz: cd08e3862e0dbd2b6894106e4e49eb474c577ba37cde3303e93b81ba5761dd03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 669dc4a389cba6e280e815994404821c5d6aeb85bf28c1c305207d4a1b6b96e923b656c56da74555aa36f83048680fe912642bb13c02c04195166127bcbb063a
|
|
7
|
+
data.tar.gz: b1052cdf547337354500098b841219bebab4bae4053ea6bc43a405eae0a401c167f9f3930df524cc0a0e02ecb72a4ffd2b9ac0dcb8fda61037924f5839bc4bd5
|
data/README.md
CHANGED
|
@@ -18,7 +18,7 @@ gem 'heavens_door', group: :development
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
### Start Recording
|
|
21
|
-
Visit your development with your browser, then click the ⏺ button on the top right.
|
|
21
|
+
Visit your development app with your browser, then click the ⏺ button on the top right.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
### Generate Scenarios
|
|
@@ -26,7 +26,7 @@ Just manipulate the browser, like fill-in the forms and submit, or click the lin
|
|
|
26
26
|
Your operations will be recorded on the browser.
|
|
27
27
|
|
|
28
28
|
### Copy to Clipboard
|
|
29
|
-
You can export the
|
|
29
|
+
You can export the operations as a Capybara test scenario script by clicking the 📋 button.
|
|
30
30
|
|
|
31
31
|
### Stop Recording
|
|
32
32
|
To stop recording and clear the whole recorded scenario, click the ⏹ button.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
#heavens-door { position:
|
|
1
|
+
#heavens-door { position: fixed; top: 10px; right: 10px; font-size: 13px; cursor: pointer; z-index: 9999; } #heavens-door-stop,#heavens-door-copy { display: none; }
|
data/lib/heavens_door/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: heavens_door
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Akira Matsuda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-02-
|
|
11
|
+
date: 2019-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|