Skip to content

Commit 560252f

Browse files
committed
Update Generating data using faker.js section on Data Parametrization example
1 parent ae0d4aa commit 560252f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/data/markdown/docs/05 Examples/01 Examples/05 data-parameterization.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ export default function () {
246246

247247
</CodeGroup>
248248

249-
## Generating data
249+
## Generating data using faker.js
250250

251-
See [this example project on GitHub](https://github.com/k6io/example-data-generation) showing how to use faker.js to generate realistic data at runtime.
251+
The following articles show how to use faker.js in k6 to generate realistic data during the test execution:
252+
253+
- [Performance Testing with Generated Data using k6 and Faker](https://dev.to/k6/performance-testing-with-generated-data-using-k6-and-faker-2e)
254+
- [Load Testing Made Easy with K6: Using Faker Library and CSV Files](https://farhan-labib.medium.com/load-testing-made-easy-with-k6-using-faker-library-and-csv-files-c997d48fb6e2)

0 commit comments

Comments
 (0)