michalslowikowski00 commented on a change in pull request #7774: [AIRFLOW-XXXX] document system tests mechanism better URL: https://github.com/apache/airflow/pull/7774#discussion_r395521490
########## File path: TESTING.rst ########## @@ -486,16 +486,57 @@ The system tests execute a specified example DAG file that runs the DAG end-to-e See more details about adding new system tests below. -Running System Tests --------------------- +Environment for System Tests +---------------------------- + **Prerequisites:** You may need to set some variables to run system tests. If you need to -add some intialization of environment variables to Breeze, you can always add a +add some initialization of environment variables to Breeze, you can add a ``variables.env`` file in the ``files/airflow-breeze-config/variables.env`` file. It will be automatically -sourced when entering the Breeze environment. +sourced when entering the Breeze environment. You can also add some additional initialization commands Review comment: Where those additional commands can be added? In `files/airflow-breeze-config/variables.env` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
