mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
79033eb034
* Minimum hacks required to run cypress tests with dendrite * Remove wget hack since dendrite containers now have curl * Add basic dendritedocker plugin & hack into login spec for testing * Add generic HomeserverInstance interface * Add env var to configure which homeserver to use * Remove synapse specific homeserver support api * Update the rest of the tests to use HomeserverInstance * Update cypress docs to reference new homeserver abstraction * Fix formatting issues * Change dendrite to use main branch container
31 lines
515 B
Plaintext
31 lines
515 B
Plaintext
/.npmrc
|
|
/*.log
|
|
package-lock.json
|
|
|
|
/coverage
|
|
/node_modules
|
|
/lib
|
|
|
|
# version file and tarball created by `npm pack` / `yarn pack`
|
|
/git-revision.txt
|
|
/matrix-react-sdk-*.tgz
|
|
|
|
/.idea
|
|
# Legacy skinning file that some people might still have
|
|
/src/component-index.js
|
|
|
|
.DS_Store
|
|
*.tmp
|
|
|
|
.vscode
|
|
.vscode/
|
|
|
|
/cypress/videos
|
|
/cypress/downloads
|
|
/cypress/screenshots
|
|
/cypress/synapselogs
|
|
/cypress/dendritelogs
|
|
# These could have files in them but don't currently
|
|
# Cypress will still auto-create them though...
|
|
/cypress/performance
|