Skip to content

Commit 99e2660

Browse files
cypress timezone flag
1 parent 2e472f8 commit 99e2660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cypress-cli-commands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Given below are the additional flags available with the `run` command.
118118
| `--sys-envs, --sys-env-variables` | To set system variables during test run time <br /> e.g. `lambdatest-cypress run --sys-envs="BASE_URL=https://lambdatest.com;"` |String |
119119
| `--npm-lpd=true, --legacy-peer-deps=true` | Ignore peer dependencies and proceed with the NPM installation | String |
120120
| `--npm-f=true, --npm-force=true` | Fetch remote resources even if a local copy already exists <br /> e.g. `lambdatest-cypress run --npm-force=true` |String |
121+
| `--timezone` | This allows you to run your Cypress tests in a specific timezone, which is particularly useful when testing features like localized date/time rendering or region-specific logic. <br /> e.g. `lambdatest-cypress run --timezone="UTC+03:00"` <br /> `lambdatest-cypress run --timezone="city-name"` |String |
121122

122123
## `build-info` command
123124
You can use the `build-info` command to get information on the build.

0 commit comments

Comments
 (0)