Skip to content
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

hover over functions shows function description #1111

Closed
Tracked by #983 ...
Irev-Dev opened this issue Nov 22, 2023 · 0 comments · Fixed by #2756
Closed
Tracked by #983 ...

hover over functions shows function description #1111

Irev-Dev opened this issue Nov 22, 2023 · 0 comments · Fixed by #2756
Assignees
Labels
dev Issues related to development of the app. e2e tests Pull requests that update or improve our test suite

Comments

@Irev-Dev
Copy link
Collaborator

Irev-Dev commented Nov 22, 2023

I thought this was a good one for you Jess since it's testing some of your work.

Read through the playwright section of the readme to cover the basics.

The start of the test should probably look like:

test('Basic sketch', async ({ page }) => {
  const u = getUtils(page)
  page.setViewportSize({ width: 1200, height: 500 })
  await page.goto('localhost:3000')
  await u.waitForAuthSkipAppStart()
  await u.waitForDefaultPlanesVisibilityChange()
  // ...
})

just to wait for the steam to have started.

the two best example tests we have would be if you write invalid kcl you get inlined errors and Auto complete works in e2e/playwright/flow-tests.spec.ts as these both are testing parts of code mirror

@Irev-Dev Irev-Dev added the e2e label Nov 22, 2023
@jessfraz jessfraz added the tests Pull requests that update or improve our test suite label May 21, 2024
@jessfraz jessfraz added this to the v1 Modeling App Launch milestone May 21, 2024
@jessfraz jessfraz added the dev Issues related to development of the app. label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Issues related to development of the app. e2e tests Pull requests that update or improve our test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants