'can i write to file in k6 load testing framework?
I am using k6 for our performance test suite.I want to write into file if response code in not equal to 200. Is there anyway to write in file in default method or out side of it?
Solution 1:[1]
You can use an extension like xk6-file as mentioned on k6 extensions doc.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Arun Gopalpuri |
