core.sTestCleanupFactory.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Bichromate Show documentation
Show all versions of Bichromate Show documentation
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.
The 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=false
sTestCleanupFactory.cleanLogFilesSchedule=weekend
sTestCleanupFactory.cleanReports=true
sTestCleanupFactory.cleanReportsSchedule=all
sTestCleanupFactory.cleanScreenCapture=true
sTestCleanupFactory.cleanScreenCaptureSchedule=all
sTestCleanupFactory.cleanVideoFiles=true
sTestCleanupFactory.cleanVideoCaptureSchedule=all
sTestCleanupFactory.cleanCameraScreenShots=true
sTestCleanupFactory.cleanCameraScreenShotsSchedule=all
#
# Holiday = dates are comma separated
# format = mm/dd/yyyy
#
sTestCleanupFactory.holidays=12/23/2016,12/22/2016,1/2/2017