Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ Temporary Items

# Support for Project snippet scope

# End of https://www.toptal.com/developers/gitignore/api/macos,linux,jetbrains,visualstudiocode
# End of https://www.toptal.com/developers/gitignore/api/macos,linux,jetbrains,visualstudiocodekeploy-logs.txt
4 changes: 2 additions & 2 deletions versioned_docs/version-2.0.0/keploy-cloud/time-freezing.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN go build -tags=faketime <your_main_file>
5. Now **add the `--freeze-time` flag** when running your tests with Keploy, like so:

```bash
keploy test -c "<appCmd>" --freeze-time
keploy test -c "<appCmd>" --freezeTime
```

Voila! Your tests will now run with time freezing enabled.
Expand Down Expand Up @@ -133,7 +133,7 @@ ENV LD_PRELOAD=/lib/keploy/freeze_time_arm64.so
4. Now **add the `--freeze-time` flag** when running your tests with Keploy, like so:

```bash
keploy test -c "<appCmd>" --freeze-time
keploy test -c "<appCmd>" --freezeTime
```

Voila! Your tests will now run with time freezing enabled.
4 changes: 2 additions & 2 deletions versioned_docs/version-3.0.0/keploy-cloud/time-freezing.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN go build -tags=faketime <your_main_file>
5. Now **add the `--freeze-time` flag** when running your tests with Keploy, like so:

```bash
keploy test -c "<appCmd>" --freeze-time
keploy test -c "<appCmd>" --freezeTime
```

Voila! Your tests will now run with time freezing enabled.
Expand Down Expand Up @@ -137,7 +137,7 @@ ENV LD_PRELOAD=/lib/keploy/freeze_time_arm64.so
4. Now **add the `--freeze-time` flag** when running your tests with Keploy, like so:

```bash
keploy test -c "<appCmd>" --freeze-time
keploy test -c "<appCmd>" --freezeTime
```

Voila! Your tests will now run with time freezing enabled.