Skip to content

Commit 02376d5

Browse files
committed
cypress updated
1 parent 8ffdce5 commit 02376d5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/run-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ It's recommended to use `npm_dependencies` instead of `package.json` because `pa
392392
## Specific Node Version
393393
LambdaTest allows you to specify the Node.js version for running your tests using the ``useNodeVersion`` capability in the `run_settings` section of the `lambdatest-config.json` file. This capability provides greater flexibility and ensures compatibility with your project's dependencies and environment.
394394

395-
> Supported Versions are 18, 20 and 22
395+
> Supported Versions are 18, 20 and 22. The exact version will be used are `18.17.1`, `20.18.0`, and `22.11.0` respectively
396396
397397
```javascript title="lambdatest-config.json"
398398
"run_settings": {

docs/sharding-espresso.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,22 @@ filters:
304304

305305
This example will fetch all the test cases from 2 classes and 1 package as defined above and divide them with respect to concurrency given in the yaml file.
306306

307+
## Generate Reports and Artifacts
308+
To generate artifacts for your Espresso tests, add the `artifacts: true`, and `report: true` flag in your YAML file:
309+
310+
```yaml
311+
report: true
312+
framework:
313+
name: "android/espresso"
314+
args:
315+
artifacts: true
316+
...//
317+
```
318+
319+
To download these artifacts in your local machine, you can pass the `--download-artifacts` and `--download-report` flag with the CLI command to execute the tests as shown in the next step.
320+
321+
> Learn more about it in the [HyperExecute Espresso Documentation](https://www.lambdatest.com/support/docs/hyperexecute-espresso-testing/)
322+
307323
## Additional Links
308324

309325
- [Advanced Configuration for Capabilities](https://www.lambdatest.com/support/docs/desired-capabilities-in-appium/)

0 commit comments

Comments
 (0)