Skip to content

Instantly share code, notes, and snippets.

View jdubauw's full-sized avatar

Justin W jdubauw

View GitHub Profile
cd /your/project/path
npx cypress run
cd /your/project/path
npx cypress open
cd /your/project/path
npm install cypress --save-dev
describe('home page tests', () => {
it('should open home page', () => {
cy.visit('https://tevpro.com');
cy.get("h1").should(
"have.text",
"Your trusted technology partner for delivering enterprise solutions"
);
});
});
import sys
sys.path.append('%(script_path)s\custom' % {'script_path': fdmContext["SCRIPTSDIR"]})
#Import library
import JunkieFramework as jframe
reload(jframe)
#Init framework
jf = jframe.Core(context=fdmContext, api=fdmAPI)
:: ExecuteRemoteBatch.bat
wmic /node:"fdmeeserver" process call create "cmd.exe /C D:\Oracle\Middleware\user_projects\epmsystem1\FinancialDataQuality\runbatch.bat admin -f:passwordfile %1"
@ECHO OFF
ECHO Your data load has been scheduled. You will receive email updates on its status.