2dbfda1285
Adds webdriver tests for testing from a users perspective via browser actions. We currently support local test runners for a bunch of actions on desktop `chrome`/`firefox`/`edge`/`safari` on macos. We also have a browserstack runner which we'll enable in another PR. ### Release Note - Adds initial webdriver tests
85 lines
1.1 KiB
Text
85 lines
1.1 KiB
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-cjs
|
|
dist-esm
|
|
.tsbuild*
|
|
.lazy
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# turborepo
|
|
.turbo
|
|
|
|
coverage
|
|
|
|
**/*.env
|
|
**/*.tsbuildinfo
|
|
|
|
**/*.css.map
|
|
**/*.js.map
|
|
apps/examples/www/index.js
|
|
apps/examples/www/index.css
|
|
nohup.out
|
|
|
|
packages/*/package
|
|
packages/*/*.tgz
|
|
|
|
tsconfig.build.json
|
|
.vercel
|
|
|
|
api-json
|
|
api-md
|
|
|
|
packages/tldraw/editor.css
|
|
packages/tldraw/ui.css
|
|
|
|
packages/assets/embed-icons
|
|
packages/assets/fonts
|
|
packages/assets/icons
|
|
packages/assets/translations
|
|
apps/webdriver/www/
|
|
apps/examples/www/embed-icons
|
|
apps/examples/www/fonts
|
|
apps/examples/www/icons
|
|
apps/examples/www/translations
|
|
|
|
# yarn v2
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
packages/*/api
|
|
apps/examples/www/index.css
|
|
apps/examples/www/index.js
|
|
.tsbuild
|
|
|
|
apps/examples/build.esbuild.json
|
|
|
|
e2e/screenshots
|
|
e2e/downloads
|
|
e2e/driver-logs
|
|
e2e/.wdio-vscode-service/
|