Writes an alias value to a JSON file.
Retrieves a stored alias value and writes it to a JSON file. Creates the file and directory if they don't exist.
Name of the stored alias to write
Path to the JSON file (relative to project root)
And I k6 write "authToken" to "data/tokens.json" And I k6 write "userId" to "data/user-id.json" Copy
And I k6 write "authToken" to "data/tokens.json" And I k6 write "userId" to "data/user-id.json"
Writes an alias value to a JSON file.
Retrieves a stored alias value and writes it to a JSON file. Creates the file and directory if they don't exist.