-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Revert app dir (2) #12916
chore: Revert app dir (2) #12916
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Ignored Deployments
|
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster. Any third party scripts you have added directly to your app using the If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! |
Current Playwright Test Results Summary✅ 346 Passing - ❌ 5 Failing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 12/21/2023 04:54:38pm UTC) Run DetailsRunning Workflow Pre-release checks on Github Actions Commit: ce384d9 Started: 12/21/2023 04:44:01pm UTC ❌ Failures📄 packages/app-store/googlecalendar/tests/google-calendar.e2e.ts • 3 FailuresTop 1 Common Error Messages
Test Case Results
📄 apps/web/playwright/organization/organization-invitation.e2e.ts • 1 FailureTest Case Results
📄 apps/web/playwright/organization/organization-creation.e2e.ts • 1 FailureTest Case Results
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Booking with Seats User can create a seated event (2 seats as example)
Retry 1 • Initial Attempt |
0% (0)0 / 194 runsfailed over last 7 days |
5.15% (10)10 / 194 runsflaked over last 7 days |
📄 apps/web/playwright/login.e2e.ts • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
user can login & logout succesfully login flow user & logout using dashboard
Retry 1 • Initial Attempt |
0.51% (1)1 / 195 runfailed over last 7 days |
15.38% (30)30 / 195 runsflaked over last 7 days |
📄 apps/web/playwright/integrations-stripe.e2e.ts • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Stripe integration Paid booking should be able to be rescheduled
Retry 2 • Retry 1 • Initial Attempt |
1.22% (2)2 / 164 runsfailed over last 7 days |
3.66% (6)6 / 164 runsflaked over last 7 days |
📄 apps/web/playwright/insights.e2e.ts • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Insights should be able to go to insights as members
Retry 1 • Initial Attempt |
1.17% (2)2 / 171 runsfailed over last 7 days |
2.34% (4)4 / 171 runsflaked over last 7 days |
📄 apps/web/playwright/embed-code-generator.e2e.ts • 2 Flakes
Top 1 Common Error Messages
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Embed Code Generator Tests Non-Organization Event Types Page open Embed Dialog and choose Inline for First Event Type
Retry 1 • Initial Attempt |
0% (0)0 / 190 runsfailed over last 7 days |
6.32% (12)12 / 190 runsflaked over last 7 days |
Embed Code Generator Tests Non-Organization Event Types Page open Embed Dialog and choose element-click for First Event Type
Retry 1 • Initial Attempt |
0% (0)0 / 190 runsfailed over last 7 days |
4.21% (8)8 / 190 runsflaked over last 7 days |
📄 packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 2 Flakes
Top 1 Common Error Messages
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Popup Tests should be able to reschedule
Retry 1 • Initial Attempt |
21.32% (42)42 / 197 runsfailed over last 7 days |
73.10% (144)144 / 197 runsflaked over last 7 days |
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe according to system theme when no theme is configured through Embed API
Retry 1 • Initial Attempt |
0.51% (1)1 / 197 runfailed over last 7 days |
82.74% (163)163 / 197 runsflaked over last 7 days |
📄 apps/web/playwright/team/team-invitation.e2e.ts • 2 Flakes
Top 1 Common Error Messages
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Team Invitation (non verified)
Retry 1 • Initial Attempt |
6.63% (13)13 / 196 runsfailed over last 7 days |
92.35% (181)181 / 196 runsflaked over last 7 days |
Team Invitation (verified)
Retry 1 • Initial Attempt |
0% (0)0 / 196 runsfailed over last 7 days |
97.45% (191)191 / 196 runsflaked over last 7 days |
We’re using scripts to ignore building this until we fix build issues. |
What does this PR do?
Reverts appDir changes so e2e is closer to passing.