fastlane-plugin-lambdatest 0.1.1 → 0.1.3
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 +15 -17
- data/lib/fastlane/plugin/lambdatest/version.rb +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: 762e42e58d0941317c807e6c068f0d6bcc9bba655117738c283b692b1007f58f
|
4
|
+
data.tar.gz: 9abb3399bdee2887fd3b3fba2368357e7db2e6ae28ce8a885ae276d666e2bdfc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5879b51084d28e251aa6e88bd935359d123adb68c1140dc4eb73c4f32d1a3c990f2f8e1c51754a64599ff34badf0a6d43ae592445baa0f88c8bed58767eb3b59
|
7
|
+
data.tar.gz: 808dc966ffdfdc11d220aca6786567f9c7caae6f12344922924aae9f97d9c3829b8dc94d2b5468d984e4d2f47dfa000d93168d10b817e9504ba06f53111b6062
|
data/README.md
CHANGED
@@ -1,25 +1,19 @@
|
|
1
1
|

|
2
2
|
|
3
|
-
#
|
3
|
+
# LambdaTest fastlane plugin
|
4
4
|
|
5
5
|
[](https://rubygems.org/gems/fastlane-plugin-lambdatest)
|
6
6
|
|
7
7
|
## Getting Started
|
8
8
|
|
9
|
-
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-lambdatest`, add it to your project by running:
|
9
|
+
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin to upload app to LambdaTest. To get started with `fastlane-plugin-lambdatest`, add it to your project by running:
|
10
10
|
|
11
11
|
```bash
|
12
12
|
fastlane add_plugin lambdatest
|
13
13
|
```
|
14
14
|
|
15
|
-
## About lambdatest
|
16
|
-
|
17
|
-
Upload apps to lambdatest for testing.
|
18
|
-
|
19
|
-
**Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
|
20
|
-
|
21
15
|
## Example
|
22
|
-
In order to configure the plugin add below action in your Fastfile.
|
16
|
+
In order to use this plugin first obtain your `LT_USERNAME` and `LT_ACCESS_KEY` from your [_account_](https://accounts.lambdatest.com/security),configure the plugin add below action in your Fastfile.
|
23
17
|
|
24
18
|
```
|
25
19
|
upload_to_lambdatest(
|
@@ -28,18 +22,25 @@ upload_to_lambdatest(
|
|
28
22
|
file_path: "app_file_path"
|
29
23
|
)
|
30
24
|
```
|
25
|
+
OR you can also use custom_id
|
26
|
+
```
|
27
|
+
upload_to_lambdatest(
|
28
|
+
lt_username: ENV["LT_USERNAME"],
|
29
|
+
lt_access_key: ENV["LT_ACCESS_KEY"],
|
30
|
+
file_path: "app_file_path",
|
31
|
+
custom_id:"984792"
|
32
|
+
)
|
33
|
+
```
|
31
34
|
|
32
35
|
Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
|
33
36
|
|
34
|
-
Once the app is uploaded , the app_url of the app will be stored in an environment variable, "APP_URL" and it can be accessed in your tests in the following way :
|
37
|
+
Once the app is uploaded , the app_url of the app will be stored in an environment variable, "APP_URL" and it can be accessed in your tests in same lane in the following way :
|
35
38
|
|
36
39
|
```
|
37
40
|
String app = System.getenv("APP_URL"); // Get app url from environment variable.
|
38
41
|
capabilities.setCapability("app", app); // Add app url to driver capability.
|
39
42
|
```
|
40
43
|
|
41
|
-
**Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
|
42
|
-
|
43
44
|
## Run tests for this plugin
|
44
45
|
|
45
46
|
To run both the tests, and code style validation, run
|
@@ -61,10 +62,7 @@ For any other issues and feedback about this plugin, please submit it to this re
|
|
61
62
|
|
62
63
|
If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
|
63
64
|
|
64
|
-
## Using _fastlane_ Plugins
|
65
|
-
|
66
|
-
For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
|
67
65
|
|
68
|
-
## About
|
66
|
+
## About LambdaTest
|
69
67
|
|
70
|
-
|
68
|
+
[LambdaTest](https://www.lambdatest.com/) is a cloud based selenium grid infrastructure that can help you run automated cross browser compatibility tests on 2000+ different browser and operating system environments. LambdaTest supports all programming languages and frameworks that are supported with Selenium, and have easy integrations with all popular CI/CD platforms. It's a perfect solution to bring your [selenium automation testing](https://www.lambdatest.com/selenium-automation) to cloud based infrastructure that not only helps you increase your test coverage over multiple desktop and mobile browsers, but also allows you to cut down your test execution time by running tests on parallel.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-lambdatest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LambdaTest
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
- !ruby/object:Gem::Version
|
188
188
|
version: '0'
|
189
189
|
requirements: []
|
190
|
-
rubygems_version: 3.
|
190
|
+
rubygems_version: 3.1.2
|
191
191
|
signing_key:
|
192
192
|
specification_version: 4
|
193
193
|
summary: fastlane plugin to upload app to lambdatest
|