.dependabot
.github
cypress
dev-test
img
packages
scripts
website
.all-contributorsrc
.editorconfig
.eslintrc
.gitignore
.nvmrc
.prettierignore
.prettierrc
.stylelintrc
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
babel.config.js
commitlint.config.js
custom-preprocessor.js
cypress.json
jest.config.js
lerna.json
netlify.toml
package.json
renovate.json
setupTestFramework.js
yarn.lock
* add GitHub GraphQL api initial support * support mutiple backends for e2e tests - initial commit * add github backend e2e test (currently skipped), fix bugs per tests * refactor e2e tests, add fork workflow tests, support fork workflow in GraphQL api * remove log message that might contain authentication token * return empty error when commit is not found when using GraphQL (align with base class) * disable github backend tests * fix bugs introduced after rebase of GraphQL and OpenAuthoring features * test: update tests per openAuthoring changes, split tests into multiple files * fix: pass in headers for pagination requests, avoid async iterator as it requires a polyfill on old browsers * test(e2e): disable github backend tests
19 lines
218 B
Plaintext
19 lines
218 B
Plaintext
dist/
|
|
bin/
|
|
public/
|
|
node_modules/
|
|
npm-debug.log
|
|
.DS_Store
|
|
.tern-project
|
|
yarn-error.log
|
|
.vscode/
|
|
manifest.yml
|
|
.imdone/
|
|
website/data/contributors.json
|
|
cypress/videos
|
|
cypress/screenshots
|
|
/coverage/
|
|
.cache
|
|
*.log
|
|
.env
|
|
.temp/ |