Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdez99 committed Jun 4, 2024
1 parent bb885cb commit 04ece33
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
24 changes: 17 additions & 7 deletions src/main/resources/conf/cloudEnv.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
#---------------------Jenkins Execution Info-----------------------------------
env=ENV_VAR
browser=BROWSER_VAR
Username=USER_VAR
Password=PASSWORD_VAR
#env=ENV_VAR
#browser=BROWSER_VAR
#Username=USER_VAR
#Password=PASSWORD_VAR
#headless=true
#setSlowMoTime=1000
#SideDoorUsername=SIDE_DOOR_USERNAME
#SideDoorPassword=SIDE_DOOR_PASSWORD

env=test
browser=chrome
Username=juarezds
Password=QXZlbmdlcnNhc3NlbWJsZTk5Pw==
headless=true
setSlowMoTime=1000
SideDoorUsername=SIDE_DOOR_USERNAME
SideDoorPassword=SIDE_DOOR_PASSWORD
setSlowMoTime=800
#SIDEDOOR TEST ACCOUNT
SideDoorUsername=CBIITTestAccount
SideDoorPassword=VGVzdGVyMTIzQA==

#---------------------Waits Info-------------------------------------
#--------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import ServiceNow.PlatformBusinessApps.NERD.Constants.ReturningSubmissions_Constants;
import ServiceNow.PlatformBusinessApps.NERD.StepsImplementation.*;
import ServiceNow.PlatformBusinessApps.NERD.selenium.StepsImplementation.*;
import appsCommon.PageInitializers.PageInitializer;
import com.nci.automation.web.CommonUtils;
import com.nci.automation.xceptions.TestingException;
Expand Down

0 comments on commit 04ece33

Please sign in to comment.