Skip to content

Commit f41277b

Browse files
Aman1905Ishavyas9
authored andcommitted
cypress updated
1 parent fd5d49f commit f41277b

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
@@ -330,6 +330,22 @@ filters:
330330

331331
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.
332332

333+
## Generate Reports and Artifacts
334+
To generate artifacts for your Espresso tests, add the `artifacts: true`, and `report: true` flag in your YAML file:
335+
336+
```yaml
337+
report: true
338+
framework:
339+
name: "android/espresso"
340+
args:
341+
artifacts: true
342+
...//
343+
```
344+
345+
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.
346+
347+
> Learn more about it in the [HyperExecute Espresso Documentation](https://www.lambdatest.com/support/docs/hyperexecute-espresso-testing/)
348+
333349
## Additional Links
334350

335351
---

0 commit comments

Comments
 (0)