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

com.shaft.properties.internal.Properties Maven / Gradle / Ivy

Go to download

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!

There is a newer version: 8.2.20240402
Show newest version
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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy