Files
cypress/.gitignore
T
Jennifer Shehane d4965076e6 Support webcam/WebRTC testing (#3060)
* Add 'use-fake' flags to chrome

* Update README to properly link to files and packages mentioned.

* skip tests that actually do not run

* Add reference to where unit tests are

* Try to add a e2e webcam test

* Started writing tests for driver for webcams

- push args to Electron also

* remove cypress/videos from commit


Co-authored-by: Brian Mann <brian.mann86@gmail.com>
2019-01-23 01:52:30 -05:00

56 lines
904 B
Plaintext

.DS_Store
bower_components
node_modules
*.log
*.log.*
*.orig
dist
dist-*
build
.history
.publish
_test-output
cypress.zip
tmp/
.nyc_output
.vscode/settings.json
# from extension
Cached Theme.pak
Cached Theme Material Design.pak
# from https-proxy project
packages/https-proxy/ca/
# from desktop-gui
packages/desktop-gui/src/jsconfig.json
# from driver
packages/driver/test/cypress/videos
# from example
packages/example/app
packages/example/build
packages/example/cypress/screenshots
packages/example/cypress/videos
packages/example/cypress/fixtures/profile.json
packages/example/cypress/fixtures/users.json
# from driver
packages/driver/test/cypress/videos
# from server
packages/server/.cy
packages/server/.projects
packages/server/support
packages/server/test/support/fixtures/server/libs
# CLI tool
cli/build
# Building app binary
scripts/support
package-lock.json
yarn.lock
binary-url.json