This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
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
589dcd3
commit 210bb84
Showing
36 changed files
with
221 additions
and
1,385 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,2 +1,66 @@ | ||
node_modules/ | ||
DATA/ | ||
# Dependencies | ||
**/node_modules/ | ||
.nuxt | ||
.next | ||
|
||
# Production | ||
/site/build | ||
examples/web5-quickstart-widgets/bundle.js | ||
/site/.env | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
/site/snippets | ||
|
||
# IDE autogenerated | ||
**/.idea | ||
**/.vscode | ||
|
||
# Maven target dir | ||
**/target | ||
|
||
# Maven binary Wrapper (we use source) | ||
**/.mvn/wrapper/maven-wrapper.jar | ||
|
||
# Misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
/storybook-static | ||
/src/pages/projects/tbdex-protocol/README.md | ||
/src/pages/projects/tbdex-protocol/pfi-mock-impl/README.md | ||
/src/pages/projects/tbdex-protocol/pfi-mock-impl/CONTRIBUTING.md | ||
/src/pages/projects/tbdex-protocol/lib/README.md | ||
/src/pages/projects/tbdex-protocol/did/README.md | ||
/src/pages/projects/ssi-service/README.md | ||
/src/pages/projects/ssi-sdk/README.md | ||
/src/pages/projects/dwn-sdk-js/README.md | ||
|
||
# Local Netlify folder | ||
.netlify | ||
|
||
# Ignore Web5 generated files for testing | ||
/site/data | ||
/site/DATASTORE | ||
/site/EVENTLOG | ||
/site/INDEX | ||
/site/MESSAGESTORE | ||
|
||
data | ||
DATA | ||
DATASTORE | ||
EVENTLOG | ||
INDEX | ||
MESSAGESTORE | ||
.vercel | ||
temp | ||
|
||
playwright-report | ||
test-results |
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 |
---|---|---|
@@ -1,49 +1,3 @@ | ||
const { devices } = require('playwright/test'); | ||
import defaultPlaywrightConfig from '../../util/default-playwright-config'; | ||
|
||
module.exports = { | ||
timeout: 20000, | ||
use: { | ||
browserName: 'chromium', | ||
headless: true, | ||
viewport: { width: 1280, height: 720 }, | ||
}, | ||
reporter: [['html'], ['dot']], | ||
testDir: './', | ||
testMatch: '**/*.spec.js', | ||
projects: [ | ||
{ | ||
name: 'chromium', | ||
use: { ...devices['Desktop Chrome'] }, | ||
}, | ||
{ | ||
name: 'firefox', | ||
use: { ...devices['Desktop Firefox'] }, | ||
}, | ||
{ | ||
name: 'webkit', | ||
use: { ...devices['Desktop Safari'] }, | ||
}, | ||
{ | ||
name: 'Mobile Chrome', | ||
use: { ...devices['Pixel 5'] }, | ||
}, | ||
{ | ||
name: 'Mobile Safari', | ||
use: { ...devices['iPhone 12'] }, | ||
}, | ||
{ | ||
name: 'Microsoft Edge', | ||
use: { | ||
...devices['Desktop Edge'], | ||
channel: 'msedge', | ||
}, | ||
}, | ||
{ | ||
name: 'Google Chrome', | ||
use: { | ||
...devices['Desktop Chrome'], | ||
channel: 'chrome', | ||
}, | ||
}, | ||
], | ||
}; | ||
export default defaultPlaywrightConfig; |
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 |
---|---|---|
@@ -1,49 +1,3 @@ | ||
const { devices } = require('playwright/test'); | ||
import defaultPlaywrightConfig from '../../util/default-playwright-config'; | ||
|
||
module.exports = { | ||
timeout: 20000, | ||
use: { | ||
browserName: 'chromium', | ||
headless: true, | ||
viewport: { width: 1280, height: 720 }, | ||
}, | ||
reporter: [['html'], ['dot']], | ||
testDir: './', | ||
testMatch: '**/*.spec.js', | ||
projects: [ | ||
{ | ||
name: 'chromium', | ||
use: { ...devices['Desktop Chrome'] }, | ||
}, | ||
{ | ||
name: 'firefox', | ||
use: { ...devices['Desktop Firefox'] }, | ||
}, | ||
{ | ||
name: 'webkit', | ||
use: { ...devices['Desktop Safari'] }, | ||
}, | ||
{ | ||
name: 'Mobile Chrome', | ||
use: { ...devices['Pixel 5'] }, | ||
}, | ||
{ | ||
name: 'Mobile Safari', | ||
use: { ...devices['iPhone 12'] }, | ||
}, | ||
{ | ||
name: 'Microsoft Edge', | ||
use: { | ||
...devices['Desktop Edge'], | ||
channel: 'msedge', | ||
}, | ||
}, | ||
{ | ||
name: 'Google Chrome', | ||
use: { | ||
...devices['Desktop Chrome'], | ||
channel: 'chrome', | ||
}, | ||
}, | ||
], | ||
}; | ||
export default defaultPlaywrightConfig; |
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,66 @@ | ||
# Dependencies | ||
**/node_modules/ | ||
.nuxt | ||
.next | ||
|
||
# Production | ||
/site/build | ||
examples/web5-quickstart-widgets/bundle.js | ||
/site/.env | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
/site/snippets | ||
|
||
# IDE autogenerated | ||
**/.idea | ||
**/.vscode | ||
|
||
# Maven target dir | ||
**/target | ||
|
||
# Maven binary Wrapper (we use source) | ||
**/.mvn/wrapper/maven-wrapper.jar | ||
|
||
# Misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
/storybook-static | ||
/src/pages/projects/tbdex-protocol/README.md | ||
/src/pages/projects/tbdex-protocol/pfi-mock-impl/README.md | ||
/src/pages/projects/tbdex-protocol/pfi-mock-impl/CONTRIBUTING.md | ||
/src/pages/projects/tbdex-protocol/lib/README.md | ||
/src/pages/projects/tbdex-protocol/did/README.md | ||
/src/pages/projects/ssi-service/README.md | ||
/src/pages/projects/ssi-sdk/README.md | ||
/src/pages/projects/dwn-sdk-js/README.md | ||
|
||
# Local Netlify folder | ||
.netlify | ||
|
||
# Ignore Web5 generated files for testing | ||
/site/data | ||
/site/DATASTORE | ||
/site/EVENTLOG | ||
/site/INDEX | ||
/site/MESSAGESTORE | ||
|
||
data | ||
DATA | ||
DATASTORE | ||
EVENTLOG | ||
INDEX | ||
MESSAGESTORE | ||
.vercel | ||
temp | ||
|
||
playwright-report | ||
test-results |
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,66 @@ | ||
# Dependencies | ||
**/node_modules/ | ||
.nuxt | ||
.next | ||
|
||
# Production | ||
/site/build | ||
examples/web5-quickstart-widgets/bundle.js | ||
/site/.env | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
/site/snippets | ||
|
||
# IDE autogenerated | ||
**/.idea | ||
**/.vscode | ||
|
||
# Maven target dir | ||
**/target | ||
|
||
# Maven binary Wrapper (we use source) | ||
**/.mvn/wrapper/maven-wrapper.jar | ||
|
||
# Misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
/storybook-static | ||
/src/pages/projects/tbdex-protocol/README.md | ||
/src/pages/projects/tbdex-protocol/pfi-mock-impl/README.md | ||
/src/pages/projects/tbdex-protocol/pfi-mock-impl/CONTRIBUTING.md | ||
/src/pages/projects/tbdex-protocol/lib/README.md | ||
/src/pages/projects/tbdex-protocol/did/README.md | ||
/src/pages/projects/ssi-service/README.md | ||
/src/pages/projects/ssi-sdk/README.md | ||
/src/pages/projects/dwn-sdk-js/README.md | ||
|
||
# Local Netlify folder | ||
.netlify | ||
|
||
# Ignore Web5 generated files for testing | ||
/site/data | ||
/site/DATASTORE | ||
/site/EVENTLOG | ||
/site/INDEX | ||
/site/MESSAGESTORE | ||
|
||
data | ||
DATA | ||
DATASTORE | ||
EVENTLOG | ||
INDEX | ||
MESSAGESTORE | ||
.vercel | ||
temp | ||
|
||
playwright-report | ||
test-results |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.