#----- Gradle configurations ----- allure=allure #----- System environement variable names ----- testng.dtd.http=true backEndProps=backEndProps #----- Web application/beckend/database resources location and connection creadantials propertie file path ----- backEndPropsLocal=src/test/resources/props/local.properties #----- Suites suite_etl_snowflake_export_to_postgres_run_all=src/test/resources/testng/etl_snowflake_export_to_postgres_run_all.xml suite_l2_artist_onboarding_api=src/test/resources/testng/api_l2_artists_onboarding.xml suite_dapd_api_comparison=src/test/resources/testng/dapd-api-comparison.xml suite_api_smoke_prod=src/test/resources/testng/api_smoke_prod.xml suite_api_integration=src/test/resources/testng/all_api_component.xml suite_exp_integration=src/test/resources/testng/all_exp_component.xml suite_slz_integration=src/test/resources/testng/all_slz_component.xml suite_slz_unit=src/test/resources/testng/all_unit.xml suite_api_edge=src/test/resources/testng/all_api_edge.xml suite_api_edge_apollo=src/test/resources/testng/all_api_edge_apollo.xml suite_api_edge_decibel=src/test/resources/testng/all_api_edge_decibel.xml suite_debug=src/test/resources/testng/debug.xml suite_tokenize_logs=src/test/resources/testng/debug_tokenize_logs.xml suite_ads=src/test/resources/testng/ads.xml suite_playlists=src/test/resources/testng/playlists.xml suite_data_health=src/test/resources/testng/data_health.xml suite_streams=src/test/resources/testng/streams.xml suite_video=src/test/resources/testng/video.xml suite_debug_clean_pg=src/test/resources/testng/debug_clean_pg.xml artistName= isrc= grasId= org.gradle.daemon=true org.gradle.configureondemand=true org.gradle.jvmargs=-Xms4g -Xmx8g -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UnlockExperimentalVMOptions -XX:MaxRAMFraction=1