All Downloads are FREE. Search and download functionalities are using the official Maven repository.

core.sTestCleanupFactory.properties Maven / Gradle / Ivy

Go to download

Java, Selenium, Appium, Winium, Extend, and TestNG automated testing framework. Bichromate integrates the best of these frameworks and takes automation to the next level. With Bichromate there is one function call that builds any type of Web,IOS Mobile, Android, and Windows App driver on any platform (Windows, Mac, Linux). From Local web drivers, to SauceLabs, Browserstack, and Selenium grid. Build data driven tests is never easier. Bichromate also gives you built in Factories that, access DBs, Video Capture, FTP, POM Generation, Hilite element.

There is a newer version: 3.13
Show newest version
# @(#)sTestCleanupFactory.properties  1.0 12/20/2016
#
# This properties file is used when the sTestCleanupFactory is called after tests are run. Used to clean up test files 
#
#
#


#
# Schedules are as follows:
#
# all = Clean all after each test run
# weekend = Remove files created on Saturday and Sunday
# m-f = remove all files during the week
# holiday = only on specific days defined
# mon,tue,wed,thu,fri,sat,sun = specific day of the week comma separated
#
# The schedule only indicates when the clean-up happens. The clean-up removes all data from the directories
#
#



sTestCleanupFactory.cleanLogFiles=true
sTestCleanupFactory.cleanLogFilesSchedule=weekend
sTestCleanupFactory.cleanReports=true
sTestCleanupFactory.cleanReportsSchedule=weekend
sTestCleanupFactory.cleanScreenCapture=true
sTestCleanupFactory.cleanScreenCaptureSchedule=weekend


#
# Holiday = dates are comma separated
# format = mm/dd/yyyy
#


sTestCleanupFactory.holidays=12/23/2016,12/22/2016,1/2/2017




© 2015 - 2024 Weber Informatics LLC | Privacy Policy