I’m attempting to use the data from my DataTable in the before() method of my test. However I’m getting an error that “current is not defined in container”. Is this because the Before method cannot access the data? If so, is there any other way to access the data for a test from the Before method?
Correct, I use Background for all login work where it is a fixed loginFunction, and with data, it only works in scenario as the data is literally passed to the scenario