-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6c9e12
commit 37c1b65
Showing
12 changed files
with
123 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
SKIP_PREFLIGHT_CHECK=true | ||
LOCAL_LOGIN=true | ||
attachmentsBucketName=op://mdct_devs/carts_secrets/attachmentsBucketName | ||
fiscalYearTemplateBucketName=op://mdct_devs/carts_secrets/fiscalYearTemplateBucketName | ||
loggingBucket=op://mdct_devs/carts_secrets/loggingBucket | ||
acsTableName=local-acs | ||
fmapTableName=local-fmap | ||
uploadsTableName=local-uploads | ||
stateTableName=local-state | ||
stateStatusTableName=local-state-status | ||
sectionBaseTableName=local-section-base | ||
sectionTableName=local-section | ||
stageEnrollmentCountsTableName=local-stg-enrollment-counts | ||
DYNAMODB_URL=http://localhost:8000 | ||
COGNITO_USER_POOL_ID=op://mdct_devs/carts_secrets/COGNITO_USER_POOL_ID | ||
COGNITO_USER_POOL_CLIENT_ID=op://mdct_devs/carts_secrets/COGNITO_USER_POOL_CLIENT_ID | ||
POST_SIGNOUT_REDIRECT=op://mdct_devs/carts_secrets/POST_SIGNOUT_REDIRECT | ||
API_URL=http://localhost:3030/local | ||
S3_LOCAL_ENDPOINT=http://localhost:4569 | ||
S3_ATTACHMENTS_BUCKET_NAME=op://mdct_devs/carts_secrets/S3_ATTACHMENTS_BUCKET_NAME | ||
URL=http://localhost/3000 | ||
docraptorApiKey=op://mdct_devs/carts_secrets/docraptorApiKey #pragma: allowlist secret | ||
iamPath=/ | ||
iamPermissionsBoundary="bound" | ||
SLS_INTERACTIVE_SETUP_ENABLE=1 | ||
|
||
#needed for e2e tests | ||
CYPRESS_ADMIN_USER_EMAIL=op://mdct_devs/carts_secrets/msssqm4kzbmrwhihjtgwozcv5u | ||
CYPRESS_ADMIN_USER_PASSWORD=op://mdct_devs/carts_secrets/CYPRESS_ADMIN_USER_PASSWORD #pragma: allowlist secret | ||
CYPRESS_STATE_USER_EMAIL=op://mdct_devs/carts_secrets/sn6trfrct3cl5sac3pkh2zcjp4 | ||
CYPRESS_STATE_USER_PASSWORD=op://mdct_devs/carts_secrets/CYPRESS_STATE_USER_PASSWORD #pragma: allowlist secret |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
LOCAL_LOGIN=true | ||
API_REGION=op://mdct_devs/carts_secrets/AWS_DEFAULT_REGION | ||
API_URL=http://localhost:3030/local | ||
COGNITO_REGION=op://mdct_devs/carts_secrets/AWS_DEFAULT_REGION | ||
COGNITO_IDENTITY_POOL_ID=op://mdct_devs/carts_secrets/COGNITO_IDENTITY_POOL_ID | ||
COGNITO_USER_POOL_ID=op://mdct_devs/carts_secrets/COGNITO_USER_POOL_ID | ||
COGNITO_USER_POOL_CLIENT_ID=op://mdct_devs/carts_secrets/COGNITO_USER_POOL_CLIENT_ID | ||
COGNITO_USER_POOL_CLIENT_DOMAIN=op://mdct_devs/carts_secrets/COGNITO_USER_POOL_CLIENT_DOMAIN | ||
COGNITO_REDIRECT_SIGNIN=http://localhost:3000/ | ||
COGNITO_REDIRECT_SIGNOUT=http://localhost:3000/ | ||
POST_SIGNOUT_REDIRECT=op://mdct_devs/carts_secrets/POST_SIGNOUT_REDIRECT | ||
S3_ATTACHMENTS_BUCKET_REGION=op://mdct_devs/carts_secrets/AWS_DEFAULT_REGION | ||
S3_ATTACHMENTS_BUCKET_NAME=op://mdct_devs/carts_secrets/S3_ATTACHMENTS_BUCKET_NAME | ||
S3_LOCAL_ENDPOINT=http://localhost:4569 | ||
BRANCH_NAME=placeholder | ||
REACT_APP_LD_SDK_CLIENT=op://mdct_devs/carts_secrets/REACT_APP_LD_SDK_CLIENT # pragma: allowlist secret | ||
LD_PROJECT_KEY=op://mdct_devs/carts_secrets/LD_PROJECT_KEY | ||
STAGE=local |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ const preprocessor = require("@badeball/cypress-cucumber-preprocessor"); | |
const browserify = require("@badeball/cypress-cucumber-preprocessor/browserify"); | ||
const { lighthouse } = require("@cypress-audit/lighthouse"); | ||
const { pa11y, prepareAudit } = require("@cypress-audit/pa11y"); | ||
require("dotenv").config({ path: "../../.env" }); | ||
|
||
module.exports = defineConfig({ | ||
redirectionLimit: 20, | ||
|
@@ -14,8 +15,12 @@ module.exports = defineConfig({ | |
downloadsFolder: "downloads", | ||
types: ["cypress", "cypress-axe"], | ||
env: { | ||
STATE_USER_EMAIL: "[email protected]", | ||
ADMIN_USER_EMAIL: "[email protected]", | ||
STATE_USER_EMAIL: process.env.CYPRESS_STATE_USER_EMAIL, | ||
// pragma: allowlist nextline secret | ||
STATE_USER_PASSWORD: process.env.CYPRESS_STATE_USER_PASSWORD, | ||
ADMIN_USER_EMAIL: process.env.CYPRESS_ADMIN_USER_EMAIL, | ||
// pragma: allowlist nextline secret | ||
ADMIN_USER_PASSWORD: process.env.CYPRESS_ADMIN_USER_PASSWORD, | ||
}, | ||
e2e: { | ||
baseUrl: "http://localhost:3000/", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters