WebTau data module streamlines access to test data.Data access generates report/steps Report Steps to help with tests investigation. data/json json - access JSON test data data/csv csv - access CSV test data data/pdf pdf - access PDF data to validate data/base64 base64 - encode and decode base64 TableData table = data.csv.table("data/table.csv") > reading csv from file or resource data/table.csv . read 3 lines of csv from file /home/runner/work/webtau/webtau/webtau-feature-testing/examples/data/table.csv (0ms)