You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users have come back and said that they do not want to write the data back to the test file and they would like this feature to turn on or off as per their convenience.
Currently the only easy mechanism to do it is by extending the existing DataLoader implementations and override the writeData method to do nothing. Something like this : https://gist.github.com/anujgandharv/6988214
But there should be a cleaner mechanism to do it.
The text was updated successfully, but these errors were encountered:
A user can now specify whether the test data should be written back to
the file or not using writeData attribute of DataLoader annotation or
using the system property "easeytest.writeData" that expects boolean
values.
Some users have come back and said that they do not want to write the data back to the test file and they would like this feature to turn on or off as per their convenience.
Currently the only easy mechanism to do it is by extending the existing DataLoader implementations and override the writeData method to do nothing. Something like this : https://gist.github.com/anujgandharv/6988214
But there should be a cleaner mechanism to do it.
The text was updated successfully, but these errors were encountered: