Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Added Playwright as a dependency for end-to-end testing, including necessary scripts in package.json. - Created a Playwright configuration file to define test settings and browser options. - Implemented a new GitHub Actions workflow for automated end-to-end testing on push and pull request events. - Updated .gitignore to exclude Playwright test results and reports. - Added initial end-to-end tests for mail functionalities, including composing, sending, and searching messages.
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
# v0 sandbox internal files
|
|
__v0_runtime_loader.js
|
|
__v0_devtools.tsx
|
|
__v0_jsx-dev-runtime.ts
|
|
.snowflake/
|
|
.v0-trash/
|
|
.vercel/
|
|
|
|
# Environment variables
|
|
.env*.local
|
|
.env
|
|
|
|
# Common ignores
|
|
node_modules
|
|
.next/
|
|
.DS_Store
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/ |