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

chore: cleaning up the runner container pattern #18741

Merged

Conversation

JessicaSachs
Copy link
Contributor

This cleans up the "Container" pattern we had started to use. Also renames "Spec" to "Runner" to match the page name.

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Nov 2, 2021

Thanks for taking the time to open a PR!

@lmiller1990 lmiller1990 self-requested a review November 2, 2021 13:59
Copy link
Contributor

@elevatebart elevatebart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love it!

A few remarks could be fixed in a separate PR.

@@ -1,12 +1,35 @@
<template>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we call this page Spec and have Index.vue be simply a redirect?

:gql="query.data.value.app"
/>
</div>
<SpecRunnerContainer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we make sure that all the "index" pages have the same format?

I would prefer for this one to be called SpecRunnerPage.vue or RunnerPage.vue.
We could also change RunsPage.vue into RunsContainer.vue.

Up to you.

@cypress
Copy link

cypress bot commented Nov 2, 2021



Test summary

18568 1 216 7Flakiness 3


Run details

Project cypress
Status Failed
Commit f1086a4
Started Nov 2, 2021 2:01 PM
Ended Nov 2, 2021 2:18 PM
Duration 17:44 💡
OS Linux Debian - 10.9
Browser Multiple

View run in Cypress Dashboard ➡️


Failures

cypress/integration/e2e/redirects_spec.js Failed
1 redirection > meta > binds to the new page after a timeout

Flakiness

commands/net_stubbing_spec.ts Flakiness
1 network stubbing > waiting and aliasing > can timeout waiting on a single request using "alias.request"
cypress/proxy-logging-spec.ts Flakiness
1 Proxy Logging > request logging > xhr log has response body/status code
e2e/redirects_spec.js Flakiness
1 redirection > meta > binds to the new page after a timeout

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@JessicaSachs JessicaSachs merged commit 8a813a6 into unified-desktop-gui Nov 2, 2021
@JessicaSachs JessicaSachs deleted the chore/cleanup-runner-container-pattern branch November 2, 2021 14:28
tgriesser added a commit that referenced this pull request Nov 4, 2021
…ve-activeProject

* unified-desktop-gui: (57 commits)
  chore: Add e2e tests for global mode (#18719)
  chore: add percy to app and launchpad package (#18781)
  chore: update test
  refactor: move settings in app (#18729)
  feat: setup launchpad lifecycle (#18734)
  feat(app): decouple event manager from driver (#18695)
  chore: Force single resolution for core modules, infinite loop guard (#18764)
  fix(driver): Sticky elements within a fixed container will not prevent an element from being scrolled to (#18441)
  chore: cleaning up the runner container pattern (#18741)
  feat: Use .config files (#18578)
  chore(app): basic style and example to stop scrollIntoView bug (#18736)
  chore: make `create` function on server.ts obsolete (#18615)
  feat: add codegen utility (#18708)
  docs: Add instructions to squash commits to develop in Contributing (#18728)
  fix(@cypress/react): throw if using Next.js swc-loader without nodeVersion=system (#18686)
  refactor: remove Ramda (#18723)
  fix: support using create-cypress-tests as part of build process (#18714)
  chore: Increase paralleled machines for desktop-gui tests (#18725)
  fix(app): do not cache graphql (#18716)
  chore: Update Chrome (stable) to 95.0.4638.69 (#18696)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants