com.shaft.properties.internal.Properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SHAFT_ENGINE Show documentation
Show all versions of SHAFT_ENGINE Show documentation
SHAFT is a unified test automation engine. Powered by best-in-class frameworks, SHAFT provides a
wizard-like syntax to drive your automation efficiently, maximize your ROI, and minimize your learning curve.
Stop reinventing the wheel. Upgrade now!
package com.shaft.properties.internal;
public class Properties {
public static BrowserStack browserStack;
public static Cucumber cucumber;
public static Platform platform;
public static Healenium healenium;
public static Internal internal;
public static Jira jira;
public static Log4j log4j;
public static Mobile mobile;
public static Paths paths;
public static Pattern pattern;
public static Flags flags;
public static Reporting reporting;
public static TestNG testNG;
public static Timeouts timeouts;
public static Tinkey tinkey;
public static Visuals visuals;
public static Web web;
public static Performance performance;
public static LambdaTest lambdaTest;
}