Skip to content

Commit

Permalink
Merge pull request #4138 from communitybridge/cypress-signatures
Browse files Browse the repository at this point in the history
Added cypress test case for cypress-signatures API
  • Loading branch information
nickmango authored Sep 26, 2023
2 parents c8ec229 + 0a212dc commit b062dac
Show file tree
Hide file tree
Showing 8 changed files with 1,773 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/functional/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'cypress'

export default defineConfig({
defaultCommandTimeout: 20000,
requestTimeout: 90000,
requestTimeout: 200000,
"reporter": "cypress-mochawesome-reporter",
e2e: {
// baseUrl: 'http://localhost:1234',
Expand Down
13 changes: 11 additions & 2 deletions tests/functional/cypress/appConfig/config.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const appConfig = {
user_id2: "4a4c1dba-407f-11ed-8c58-a6b0f8fb81a9",//vthakur+lfitstaff@contractor.linuxfoundation.org

/*events*/
companyID:"f7c7ac9c-4dbf-4104-ab3f-6b38a26d82dc",
companyID:"f7c7ac9c-4dbf-4104-ab3f-6b38a26d82dc",//infosys limited
companyExternalID:'0014100000Te0G7AAJ',//
childProjectSFID:'a09P000000DsNH2IAN', //project name: easyAutom-child2

/*github-organizations*/
Expand All @@ -30,7 +31,7 @@ export const appConfig = {

/*cla-manager*/
userIdclaManager:'c5ac2857-c263-11ed-94d1-d2349de32229',//veerendrat
claGroupId_projectSFID:'01af041c-fa69-4052-a23c-fb8c1d3bef24',
claGroupId_projectSFID:'01af041c-fa69-4052-a23c-fb8c1d3bef24',//sun project claGroupID

/* project */
projectName:'easyAutom-child2',
Expand All @@ -39,4 +40,12 @@ export const appConfig = {
gitLabOrganizationName:'sunGitlabGroup',
gitLabOrganizationFullPath:'https://gitlab.com/cla_dev_automationgroup',
groupId:'72539854',

/* Signature */
lfid:'veerendrat',
emailApprovalList:'veerendrat@proximabiz.com',
gitOrgApprovalList:'proximabiz.com',
gitUsernameApprovalList:'vrthakur',
gitLabOrgApprovalList:'https://gitlab.com/veerendrat1',
domainApprovalList:'proximabiz.com',
};
Loading

0 comments on commit b062dac

Please sign in to comment.