Skip to content

Commit e8bdb31

Browse files
committed
revert changes for devtools recorder in 0.51.x
1 parent 3fa5aef commit e8bdb31

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

docs/sources/v0.51.x/using-k6/test-authoring/create-tests-from-recordings/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ You can use this recording to auto-generate your test logic.
1212
Testers commonly use recordings to avoid writing complex tests from scratch.
1313
For example, testing advanced scenarios on websites or mobile applications, such as end-to-end (E2E) tests with dozens or hundreds of requests.
1414

15-
k6 provides three tools that can directly convert a recording into k6 script:
15+
k6 provides two tools that can directly convert a recording into k6 script:
1616

1717
- [Browser recorder](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/test-authoring/create-tests-from-recordings/using-the-browser-recorder) generates a k6 script from a browser session.
18-
- [DevTools recorder](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder) generates a k6 Browser script from user flows recorded in Chrome DevTools.
1918
- [HAR converter](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/test-authoring/create-tests-from-recordings/using-the-har-converter) generates a k6 script from the requests included in a HAR file.
2019

2120
## Steps

docs/sources/v0.51.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)