Fixtures. Files that contain test data (often in JSON format) are called "fixtures" in Cypress. However, Playwright calls fixtures the functions that set-up and tear down tests. To avoid confusion, Automated Testing Kit calls them data files.

The table below shows where the system stores the source data files and where they appear after running the atk_setup Bash script. 

 
Cypress
Playwright
Source Location
<module_root>/data_files
<module_root>/data_files
Target
<project_root>/cypress/data
<project_root>/tests/data