# Copyright 2001-2009 The Apache Software Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. ################################################################################ # # Development Mode Settings # # Use this file to modify the configuration such that it better suits your needs # during development of test cases, i.e. when you create and test the test cases # from within your IDE. # # This file is read in development mode only, but not during load testing. Any # setting defined here will overwrite the corresponding setting from the other # properties files: "default.properties", "project.properties", and the test run # specific properties file, e.g. "test.properties". # ################################################################################ ## Shall we load images and other static content? com.xceptance.xlt.loadStaticContent = true ## Enables page output to disk. Possible values are: ## - never ... pages are never logged ## - onError ... pages are logged only if the transaction had errors ## - always ... pages are logged always com.xceptance.xlt.output2disk = always