acoustic-ability-58956
12/29/2022, 10:13 PMfull-intern-54710
12/29/2022, 11:14 PMmagnificent-finland-58048
12/30/2022, 1:56 PMmagnificent-finland-58048
12/30/2022, 1:58 PMfamous-magician-10206
12/30/2022, 2:55 PMdescribe('Document Upload', function()
{
before(function () {
cy.fixture('Credential').then(function (testdata) {
this.testdata = testdata
})
})
//1st test
it('Login as manager',function()
{
const login = new loginPage()
cy.visit(this.testdata.baseUrl);
login.getUserName().type(this.testdata.userDocumentM)
login.getPassword().type(this.testdata.passwordDocumentM)
login.getLoginButton().click()
//Logout
login.getUser().click()
login.getLogout().click()
})
//2nd test
it('Create Documents',function()
{
const login = new loginPage()
cy.visit(this.testdata.baseUrl);
login.getUserName().type(this.testdata.userDocumentM)
})
})
`famous-magician-10206
12/30/2022, 2:56 PMgray-kilobyte-89541
12/30/2022, 6:49 PMdazzling-yak-59200
12/30/2022, 7:42 PMfull-intern-54710
12/30/2022, 8:17 PMgray-kilobyte-89541
12/30/2022, 8:49 PMwindow.close
some-lifeguard-48779
12/31/2022, 4:30 PMui-chrome-tests:
image: cypress/base:latest
stage: test
script:
- npm install
- npm install -g wait-on
- npm install -g cypress
- npm install -g serve
- npm run generate
- serve .output/public/ &
- wait-on http://localhost:3000
- npm ci
- cypress run
#gitlab #localhostcurved-pager-86474
01/01/2023, 11:28 AMhandsome-lion-1748
01/01/2023, 11:58 AMhandsome-lion-1748
01/01/2023, 11:59 AMhandsome-lion-1748
01/01/2023, 12:03 PMdomain
part of the setCookie command and the cookie now is being sethandsome-lion-1748
01/01/2023, 12:03 PMhandsome-lion-1748
01/01/2023, 12:05 PMhandsome-lion-1748
01/01/2023, 12:27 PMhandsome-lion-1748
01/01/2023, 12:35 PMhandsome-lion-1748
01/01/2023, 12:36 PMhandsome-lion-1748
01/01/2023, 12:41 PMhandsome-lion-1748
01/01/2023, 1:46 PMbored-kitchen-98972
01/01/2023, 2:19 PMfreezing-piano-2792
01/01/2023, 4:04 PMbored-kitchen-98972
01/01/2023, 5:00 PMfreezing-piano-2792
01/01/2023, 5:11 PMbored-kitchen-98972
01/01/2023, 5:15 PMbored-kitchen-98972
01/01/2023, 5:16 PMbored-kitchen-98972
01/01/2023, 5:16 PMfreezing-piano-2792
01/01/2023, 5:21 PM