-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
2,355 changed files
with
9,877 additions
and
13,457 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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
docs/\_site | ||
docs/dist | ||
test/unit-test-coverage/ | ||
packages/cfpb-design-system/cfpb-design-system.js | ||
wdio.conf.js | ||
wdio.conf.sauce.js | ||
packages/cfpb-*/dist/ |
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 |
---|---|---|
|
@@ -21,3 +21,4 @@ __Current__ | |
__Expected__ | ||
|
||
|
||
@sonnakim for awareness |
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
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
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
apiVersion: v1 | ||
kind: cypress | ||
defaults: {} | ||
showConsoleLog: false | ||
sauce: | ||
region: us-west-1 | ||
concurrency: 15 | ||
sauceignore: .sauceignore | ||
cypress: | ||
configFile: cypress.config.js | ||
version: 13.6.0 | ||
record: false | ||
key: '' | ||
reporters: [] | ||
suites: | ||
- name: cypress - Windows 10 - chrome | ||
browser: 'chrome' | ||
browserVersion: 'latest' | ||
platformName: 'Windows 10' | ||
config: | ||
testingType: e2e | ||
specPattern: | ||
- 'test/cypress/e2e/**/*.cy.js' | ||
# Increase the VM's resolution for Netlify CMS tests that require a wider viewport. | ||
screenResolution: '1920x1200' | ||
- name: cypress - Windows 11 - edge | ||
browser: 'microsoftedge' | ||
browserVersion: '119' | ||
platformName: 'Windows 11' | ||
config: | ||
testingType: e2e | ||
specPattern: | ||
- 'test/cypress/e2e/**/*.cy.js' | ||
screenResolution: '1920x1200' | ||
exclude: | ||
# Netlify CMS is only tested with Chrome | ||
- 'test/cypress/e2e/docs/netlify-cms.cy.js' | ||
- name: cypress - Windows 10 - firefox | ||
browser: 'firefox' | ||
browserVersion: 'latest' | ||
platformName: 'Windows 10' | ||
config: | ||
testingType: e2e | ||
specPattern: | ||
- 'test/cypress/e2e/**/*.cy.js' | ||
screenResolution: '1920x1200' | ||
exclude: | ||
# Netlify CMS is only tested with Chrome | ||
- 'test/cypress/e2e/docs/netlify-cms.cy.js' | ||
rootDir: . |
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,19 @@ | ||
# This file instructs saucectl to not package any files mentioned here. | ||
/examples/ | ||
/artifacts/ | ||
cypress/videos/ | ||
cypress/results/ | ||
cypress/screenshots/ | ||
# Remove this to have node_modules uploaded with code | ||
node_modules/ | ||
.git/ | ||
.github/ | ||
.DS_Store | ||
.hg/ | ||
.vscode/ | ||
.idea/ | ||
.gitignore | ||
.hgignore | ||
.gitlab-ci.yml | ||
.npmrc | ||
*.gif |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
docs/_site | ||
docs/dist | ||
packages/cfpb-*/dist/ |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.