Add a single login for all tests in the form of a global setup. This commit also removes the login from all tests and replaces it with navigation to landing page and revamps the popup closing logic from being applied in logging step into a separate fixture.
51 lines
599 B
Text
51 lines
599 B
Text
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# vscode config
|
|
.vscode/
|
|
|
|
# ide config
|
|
.idea/
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# production
|
|
dist
|
|
|
|
# cache
|
|
.cache
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.DS_Store
|
|
coverage
|
|
|
|
*~
|
|
*.swp
|
|
bots
|
|
|
|
# madge graph of dependencies generated by `npm run circular:graph`
|
|
deps.png
|
|
|
|
# build directories
|
|
cockpit/public/vendor*
|
|
cockpit/public/src_*
|
|
cockpit/public/main*
|
|
|
|
# Sentry Config File
|
|
.sentryclirc
|
|
|
|
# cockpit lib dir
|
|
pkg/lib
|
|
|
|
rpmbuild
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
.env
|
|
.auth
|