There are several files used to set up ATK. They are located in the automated_testing_kit/module_support folder or the development folder under that.
(Bash script)
Note: linking may make it impossible for your IDE to debug the files.
When installing ATK for Cypress, the atk_setup script copies this to the root of the project (above /web) and renames it to config.js.
It is used by Cypress and contains configuration to run ATK in Cypress, such as registration of the cy-log-to-term plugin.
Change the value of baseUrl to match your installation.
When installing ATK for Cypress, the atk_setup script copies this to the root of the project (above /web) and renames it to atk.config.js.
It is used by ATK and contains configuration specific to Cypress, such as the location of directories.
When installing for Playwright, the atk_setup script copies this to the root of the project (above /web) and renames it to config.js.
It is used by Playwright and contains configuration to run ATK in Playwright, such as requiring the dotenv library.
When installing ATK for Playwright, the atk_setup script copies this to the root of the project (above /web) and renames it to atk.config.js.
It is used by ATK and contains configuration specific to Playwright, such as the location of directories.