karate.write(value, file.txt) overwrite the previous content whenever called.
I want to append values every time i call to karate.write function.
In my code i need to call this function 10 times at different points. Is there any way to achieve this?