You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This functionality is exclusive to our enterprise plan subscribers on SmartUI. For additional details or inquiries, please [contact us](https://www.lambdatest.com/demo).
47
54
:::
@@ -62,8 +69,6 @@ In the following section, we will walk you through the process of conducting you
After setting up your SmartUI Project, you can upload your local PDF files to your project. This will automatically generate a build by capturing snapshots of every page.
93
98
@@ -100,13 +105,101 @@ Here's how you can upload your PDFs:
| projectToken | string | This token is required to upload PDF files and validate your project. <br/> Example: `projectToken:123456#1234abcd-****-****-****-************`| Yes |
103
-
| pathToFiles | array | Add the path to the PDFs that will be uploaded. <br/> Example: `pathToFiles : [ "path/to/pdf-1", "path/to/pdf-2"]`| Yes |
104
-
| buildName | string | Assign a name of your choice to the build comprising the uploaded PDFs. <br/> Example: `buildName : #<Build_Name>| No |
108
+
| pathToFiles | array | Add the path to the PDFs that will be uploaded. <br/> Example: `pathToFiles : [ "path/to/pdf-1", "path/to/pdf-2"]`| Yes |
109
+
| buildName | string | Assign a name of your choice to the build comprising the uploaded PDFs. <br/> Example: `buildName : #<Build_Name>`| No |
105
110
106
111
:::note
107
112
Only files in `.pdf` format are compatible with this feature.
108
113
:::
109
114
115
+
## Option 2: Uploading PDFs via SmartUI CLI (Alternative Method)
116
+
117
+
For users who prefer command-line tools, SmartUI provides a CLI to easily upload PDFs and fetch test results.
This CLI method streamlines PDF uploads and result retrieval, making it ideal for CI/CD pipelines and automated workflows.
202
+
110
203
## Use Cases of Smart PDF Comparison
111
204
112
205
1.**Software Documentation**: In software development, PDF comparison can be utilized to ensure the accuracy and consistency of user manuals, system documentation, and more. It can help in tracking changes made in the document across different software versions or updates.
0 commit comments