Move /e2e -> /e2e-tests
Этот коммит содержится в:
34
.gitignore
поставляемый
34
.gitignore
поставляемый
@@ -23,25 +23,25 @@ config/logging.json
|
||||
/plugins
|
||||
|
||||
# disable folders generated by Cypress
|
||||
e2e/cypress/node_modules
|
||||
e2e/cypress/tests/downloads
|
||||
e2e/cypress/tests/screenshots
|
||||
e2e/cypress/tests/videos
|
||||
e2e/cypress/tests/integration/benchmark/__benchmarks__
|
||||
e2e/cypress/tests/integration/performance/logs
|
||||
e2e/cypress/tests/fixtures/ldap_tmp
|
||||
e2e/cypress/tests/fixtures/mmctl
|
||||
e2e/cypress/results
|
||||
e2e/cypress/.eslintcache
|
||||
e2e-tests/cypress/node_modules
|
||||
e2e-tests/cypress/tests/downloads
|
||||
e2e-tests/cypress/tests/screenshots
|
||||
e2e-tests/cypress/tests/videos
|
||||
e2e-tests/cypress/tests/integration/benchmark/__benchmarks__
|
||||
e2e-tests/cypress/tests/integration/performance/logs
|
||||
e2e-tests/cypress/tests/fixtures/ldap_tmp
|
||||
e2e-tests/cypress/tests/fixtures/mmctl
|
||||
e2e-tests/cypress/results
|
||||
e2e-tests/cypress/.eslintcache
|
||||
|
||||
# disable files/folders generated by Playwright
|
||||
e2e/playwright/node_modules
|
||||
e2e/playwright/playwright-report
|
||||
e2e/playwright/storage_state
|
||||
e2e/playwright/test-results
|
||||
e2e/playwright/tests/**/*-darwin.png
|
||||
e2e/playwright/tests/**/*-window.png
|
||||
e2e/playwright/.eslintcache
|
||||
e2e-tests/playwright/node_modules
|
||||
e2e-tests/playwright/playwright-report
|
||||
e2e-tests/playwright/storage_state
|
||||
e2e-tests/playwright/test-results
|
||||
e2e-tests/playwright/tests/**/*-darwin.png
|
||||
e2e-tests/playwright/tests/**/*-window.png
|
||||
e2e-tests/playwright/.eslintcache
|
||||
|
||||
# Enterprise & products imports files
|
||||
imports/imports.go
|
||||
|
||||
Ссылка в новой задаче
Block a user