ruby_raider 1.0.8 → 1.0.9
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 -4
- data/lib/generators/automation/templates/partials/android_caps.tt +1 -1
- data/lib/generators/automation/templates/partials/cross_platform_caps.tt +1 -1
- data/lib/generators/automation/templates/partials/ios_caps.tt +1 -1
- data/lib/generators/templates/common/gemfile.tt +3 -3
- data/lib/generators/templates/common/read_me.tt +21 -19
- data/lib/version +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3acd258222ef7b2ae647e9708216913fabebde2820d71717167b4a8c40da5472
|
4
|
+
data.tar.gz: ca45d8a57867340927629b0bd29f1b2ea97db5eb08e32ebb6b2952b78baf6c1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 155e037d264f6a231464843d4c2c2c6f25d5b38cff9cb902c38f2a6e9c6a480db04600c4a21428cf16fea436197ffe20cfa62d66131c92fa804caa9e77d80690
|
7
|
+
data.tar.gz: 217de15a9d15b5e895339ab17799912866d5a7858bfa673e2d09e8f9a0ab39af84bcf32cb84d20168dc485998d3338b7322fa51fa38d36f2dabcd5ca843c0120
|
data/README.md
CHANGED
@@ -82,17 +82,15 @@ Select the ones you will like to work with.
|
|
82
82
|
If you already know which frameworks you want to use, you can do:
|
83
83
|
|
84
84
|
```ruby
|
85
|
-
raider new [name_of_project] p framework
|
85
|
+
raider new [name_of_project] -p framework:[framework] automation:[automation_type]
|
86
86
|
```
|
87
87
|
|
88
88
|
An example of the command above would be:
|
89
89
|
|
90
90
|
```ruby
|
91
|
-
raider new test_project p framework
|
91
|
+
raider new test_project -p framework:rspec automation:selenium
|
92
92
|
```
|
93
93
|
|
94
|
-
Where [frameworks] is a comma separated list of the frameworks you want to use.
|
95
|
-
|
96
94
|
### Ruby raider provides the following list of basic commands
|
97
95
|
|
98
96
|
###### Anything between square brackets([...]) is where your imput goes
|
@@ -10,7 +10,7 @@ browserstack:
|
|
10
10
|
platformName: Android
|
11
11
|
os_version: '9.0'
|
12
12
|
deviceName: Google Pixel 3
|
13
|
-
app:
|
13
|
+
app: app: <%= ENV['APP_URL'] %>
|
14
14
|
browserstack.user: <%= ENV['BROWSERSTACK_USER'] %>
|
15
15
|
browserstack.key: <%= ENV['BROWSERSTACK_KEY'] %>
|
16
16
|
project: 'MyDemoAppRN'
|
@@ -18,7 +18,7 @@ browserstack:
|
|
18
18
|
platformName: Android
|
19
19
|
os_version: '9.0'
|
20
20
|
deviceName: Google Pixel 3
|
21
|
-
app:
|
21
|
+
app: app: <%= ENV['APP_URL'] %>
|
22
22
|
browserstack.user: <%= ENV['BROWSERSTACK_USER'] %>
|
23
23
|
browserstack.key: <%= ENV['BROWSERSTACK_KEY'] %>
|
24
24
|
project: 'MyDemoAppRN'
|
@@ -11,7 +11,7 @@ browserstack:
|
|
11
11
|
platformName: iOS
|
12
12
|
os_version: '17.5.1'
|
13
13
|
deviceName: iPhone 15
|
14
|
-
app:
|
14
|
+
app: <%= ENV['APP_URL'] %>
|
15
15
|
browserstack.user: <%= ENV['BROWSERSTACK_USER'] %>
|
16
16
|
browserstack.key: <%= ENV['BROWSERSTACK_KEY'] %>
|
17
17
|
project: 'MyDemoAppRN'
|
@@ -6,10 +6,10 @@ gem 'appium_lib'
|
|
6
6
|
gem 'appium_console'
|
7
7
|
<% end %>
|
8
8
|
<%- if cucumber? -%>
|
9
|
-
gem 'allure-cucumber', '
|
9
|
+
gem 'allure-cucumber', '2.23.0'
|
10
10
|
<%- else -%>
|
11
|
-
gem 'allure-rspec', '
|
12
|
-
gem 'allure-ruby-commons', '
|
11
|
+
gem 'allure-rspec', '2.23.0'
|
12
|
+
gem 'allure-ruby-commons', '2.23.0'
|
13
13
|
<%- end -%>
|
14
14
|
<%- if axe? -%>
|
15
15
|
gem 'axe-core-rspec'
|
@@ -3,20 +3,20 @@
|
|
3
3
|
<!-- PROJECT LOGO -->
|
4
4
|
<br />
|
5
5
|
<div align="center">
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
6
|
+
<a href="https://github.com/RubyRaider/ruby_raider">
|
7
|
+
<img src="https://ruby-raider.com/wp-content/uploads/2022/05/logo-160x160.png?w=890" alt="Logo" style="width:600px;">
|
8
|
+
</a>
|
9
|
+
<p align="center">
|
10
|
+
<a href="https://github.com/RubyRaider/ruby_raider#getting-started"><strong>Explore the docs »</strong></a>
|
11
|
+
<br />
|
12
|
+
<br />
|
13
|
+
<a href="https://rubygems.org/gems/ruby_raider">Rubygems</a>
|
14
|
+
·
|
15
|
+
<a href="https://github.com/RubyRaider/ruby_raider/issues">Report Bug</a>
|
16
|
+
·
|
17
|
+
<a href="https://github.com/RubyRaider/ruby_raider/issues">Request Feature</a>
|
18
|
+
</p>
|
19
|
+
<p align="center"> For more information and updates on releases, see <a href="https://ruby-raider.com">https://ruby-raider.com</a></p>
|
20
20
|
</div>
|
21
21
|
|
22
22
|
## What is Ruby Raider?
|
@@ -40,7 +40,7 @@ the commands below:***
|
|
40
40
|
|
41
41
|
```ruby
|
42
42
|
raider u start_appium
|
43
|
-
appium --base
|
43
|
+
appium --base /wd/hub
|
44
44
|
```
|
45
45
|
|
46
46
|
***In order to run the visual tests with applitools, you need to create an account and get your api key, you can read
|
@@ -76,17 +76,15 @@ Select the ones you will like to work with.
|
|
76
76
|
If you already know which frameworks you want to use, you can do:
|
77
77
|
|
78
78
|
```ruby
|
79
|
-
raider new [name_of_project] p framework
|
79
|
+
raider new [name_of_project] -p framework:[framework] automation:[automation_type]
|
80
80
|
```
|
81
81
|
|
82
82
|
An example of the command above would be:
|
83
83
|
|
84
84
|
```ruby
|
85
|
-
raider new test_project p framework
|
85
|
+
raider new test_project -p framework:rspec automation:selenium
|
86
86
|
```
|
87
87
|
|
88
|
-
Where [frameworks] is a comma separated list of the frameworks you want to use.
|
89
|
-
|
90
88
|
### Ruby raider provides the following list of basic commands
|
91
89
|
|
92
90
|
###### Anything between square brackets([...]) is where your imput goes
|
@@ -137,3 +135,7 @@ To initialise Appium server run this command:
|
|
137
135
|
```ruby
|
138
136
|
raider u start_appium
|
139
137
|
```
|
138
|
+
|
139
|
+
### Sponsors
|
140
|
+
|
141
|
+
This project is tested with BrowserStack.
|
data/lib/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.9
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_raider
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Agustin Pequeno
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
268
268
|
- !ruby/object:Gem::Version
|
269
269
|
version: '0'
|
270
270
|
requirements: []
|
271
|
-
rubygems_version: 3.
|
271
|
+
rubygems_version: 3.5.15
|
272
272
|
signing_key:
|
273
273
|
specification_version: 4
|
274
274
|
summary: A gem to make setup and start of UI automation projects easier
|