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

io.sitoolkit.wt.gui.domain.test.TestRunParams Maven / Gradle / Ivy

The newest version!
package io.sitoolkit.wt.gui.domain.test;

import java.io.File;
import io.sitoolkit.wt.domain.debug.DebugListener;
import lombok.Data;

@Data
public class TestRunParams {

  private File baseDir;

  private File projectDir;

  private String baseUrl;

  private boolean debug;

  private boolean parallel;

  private boolean compareScreenshot;

  private String driverType;

  private String targetScripts;

  private DebugListener debugListener;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy