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

test: run app e2e tests in Windows CI #19979

Merged
merged 20 commits into from
Feb 7, 2022

Conversation

flotwig
Copy link
Contributor

@flotwig flotwig commented Jan 31, 2022

User facing changelog

Additional details

How has the user experience changed?

PR Tasks

  • Have tests been added/updated?
  • [na] Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
  • [na] Has a PR for user-facing changes been opened in cypress-documentation?
  • [na] Have API changes been updated in the type definitions?
  • [na] Have new configuration options been added to the cypress.schema.json?

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jan 31, 2022

Thanks for taking the time to open a PR!

@flotwig flotwig changed the base branch from develop to 10.0-release January 31, 2022 16:37
@cypress
Copy link

cypress bot commented Jan 31, 2022



Test summary

8726 1 105 0Flakiness 1


Run details

Project cypress
Status Failed
Commit bb1f891
Started Feb 7, 2022 5:38 PM
Ended Feb 7, 2022 5:50 PM
Duration 12:15 💡
OS Linux Debian - 10.10
Browser Multiple

View run in Cypress Dashboard ➡️


Failures

cypress/e2e/commands/net_stubbing.cy.ts Failed
1 network stubbing > intercepting request > should delay the same amount on every response

Flakiness

cypress/e2e/commands/net_stubbing.cy.ts Flakiness
1 network stubbing > waiting and aliasing > can timeout waiting on a single request using "alias.request"

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

@flotwig flotwig force-pushed the unify-1001-windows-app-e2e-tests branch from 2abfe9d to aa51f8a Compare January 31, 2022 17:54
@flotwig flotwig force-pushed the unify-1001-windows-app-e2e-tests branch from 063ce64 to 48be4ca Compare February 2, 2022 17:07

expect(browsers).to.have.length.greaterThan(1)

// TODO: is this really how this is supposed to look?
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Opened a Jira ticket for this: https://cypress-io.atlassian.net/browse/UNIFY-1026

Suggested change
// TODO: is this really how this is supposed to look?

@flotwig flotwig marked this pull request as ready for review February 3, 2022 18:46
@flotwig flotwig requested a review from elevatebart February 3, 2022 18:46
yarn.lock Outdated
@@ -17162,9 +17162,9 @@ cyclist@^1.0.1:
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=

cypress-example-kitchensink@cypress-io/cypress-example-kitchensink#feat/use-supportFiles:
cypress-example-kitchensink@cypress-io/cypress-example-kitchensink#8389bb6b09c59c2720ceeaadecc8eaa2d4d6551d:
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think this is necessary anymore. 10.0-release and my branch are now passing without it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The packages/example build scripts are not compatible with Windows, so using the pre-renamed files available in this commit actually are necessary for Windows.

@@ -1,5 +1,19 @@
import defaultMessages from '@packages/frontend-shared/src/locales/en-US.json'

function getPathForPlatform (posixPath: string) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could we import this?

import { getPathForPlatform } from '../../src/paths'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I purposely duplicated this logic so a regression in src/paths wouldn't cause the tests to erroneously pass by virtue of changing the expectation of the tests. I figure it's worth the duplication it to ensure the expectations of this spec are kept constant.

Copy link
Contributor

Choose a reason for hiding this comment

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

this is path.normalize()...

return posixPath
}

function getRunnerHref (specPath: string) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could we move this to src/paths like above in case it's needed in the future?

ryanthemanuel
ryanthemanuel previously approved these changes Feb 5, 2022
Comment on lines +1 to +5
export function getPathForPlatform (posixPath: string) {
if (Cypress.platform === 'win32') return posixPath.replaceAll('/', '\\')

return posixPath
}
Copy link
Contributor

Choose a reason for hiding this comment

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

this looks like path.normalize() https://nodejs.org/api/path.html#pathnormalizepath

Copy link
Contributor Author

Choose a reason for hiding this comment

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

true, we could use that instead

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh right, i don't think we have path here since it's on the client-side

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.

Once you replace the function with path.normalize() I will approve

elevatebart
elevatebart previously approved these changes Feb 7, 2022
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.

We have to avoid resolving/building paths in the browser but this is how it was done until now so we should do this refactoring in another story.

https://cypress-io.atlassian.net/browse/UNIFY-1051

@flotwig flotwig merged commit 83ffb07 into 10.0-release Feb 7, 2022
@flotwig flotwig deleted the unify-1001-windows-app-e2e-tests branch February 7, 2022 18:33
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.

3 participants