-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cypress tests are broken #171
Comments
@anders-schneider noted that these are broken upstream as well. Deprioritizing for now. |
Sean said that these tests are passing on their |
I was able to get the tests to run and pass in Bloom's codebase and then fail in ours. I started a wiki page with some instructions: https://github.com/CityOfDetroit/bloom/wiki/Cypress-tests |
Most of the failing |
It looks like there's only 1 test in |
The .circleci config also only runs |
I was able to get interactive mode working. @anders-schneider did you do |
Debugging in interactive mode showed that the response from the server was now a PaginatedListing instead of just a Listing[], so we need to select the items. |
@avaleske you may be interested in the fix if the cypress tests are failing when you add pagination upstream. |
Status: all the tests are passing but I can't seem to get the Travis config just right. I'm trying to parallelize it and using this example but it's hard to understand and I can't find good |
I disabled the portion of |
Noting a bunch of issues I ran into with Cypress tests:
yarn test:apps
pops up a window of the Cypress desktop app, where I can click "run all tests" (or something like that). Clicking that, a Chrome window is opened. But then there is no further indication that anything is happening. This may be an issue with my local Cypress setup?yarn test:app:partners
? I tried runningyarn dev:backend
oryarn dev:all
(in a separate terminal), but got errors in both cases.Completion criteria:
yarn test:apps
sounds like it runs tests for both thepublic
andpartners
sites; it doesn't (it only runspublic
testsyarn
command to run the tests in "headless" modepublic
Cypress tests running (in headless mode), 48 of 94 tests failed (across 20 different test specs, of 23 total)partners
Cypress tests.The text was updated successfully, but these errors were encountered: