We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e63712 commit 86ac9aeCopy full SHA for 86ac9ae
src/main/java/custom_framework/utils/FrameworkSetup.java
@@ -27,6 +27,7 @@
27
28
29
public class FrameworkSetup {
30
+
31
private final Properties settings = Settings.load("settings.properties");
32
private final String browser = settings.getProperty("browser");
33
private final String environment = settings.getProperty("environment");
0 commit comments