wonderful-wire-43244
06/01/2022, 9:49 AMbumpy-gpu-33392
06/01/2022, 12:18 PMwhite-salesclerk-96926
06/01/2022, 1:14 PMwonderful-refrigerator-25173
06/01/2022, 2:29 PMprehistoric-lifeguard-61521
06/01/2022, 2:33 PMcy.visit()
on slow networks. I'm having some difficulty tracking down any specific issues thread about this. So I wanted to check here to see if anyone is familiar.wonderful-lizard-31456
06/01/2022, 4:36 PMable-magician-21289
06/01/2022, 7:52 PMproud-gpu-14798
06/01/2022, 8:24 PMYou passed the --parallel flag, but we do not parallelize tests across different environments.
The successful runs do not provide the same JSON output that the failed run does, but I believe all of the params are identical. In order to run in parallel mode each machine must send identical environment parameters such as:
- specs
- osName
- osVersion
- browserName
- browserVersion (major)
This machine sent the following parameters:
{
"osName": "linux",
"osVersion": "Ubuntu - 20.04",
"browserName": "Chrome",
"browserVersion": "102.0.5005.61",
"specs": [
"cypress/integration/assessment/general.spec.js",
"cypress/integration/auth.spec.js",
"cypress/integration/dashboard.spec.js",
"cypress/integration/exercise_bank/dataset_create.js",
"cypress/integration/exercise_bank/datasets.spec.js",
"cypress/integration/exercise_bank/exercise_bank_template.spec.js",
"cypress/integration/exercise_bank/exercise_bank.spec.js",
"cypress/integration/home.spec.js",
"cypress/integration/scroll_tutorial/exercise.spec.js",
"cypress/integration/scroll_tutorial/general.spec.js",
"cypress/integration/scroll_tutorial/mastery.spec.js",
"cypress/integration/scroll_tutorial/no_exercises.spec.js",
"cypress/integration/scroll_tutorial/question.spec.js",
"cypress/integration/search.spec.js",
"cypress/integration/slide_tutorial/exercise.spec.js",
"cypress/integration/slide_tutorial/general.spec.js",
"cypress/integration/slide_tutorial/mastery.spec.js",
"cypress/integration/slide_tutorial/no_exercises.spec.js",
"cypress/integration/slide_tutorial/question.spec.js",
"cypress/integration/slide_tutorial/review.spec.js",
"cypress/integration/split_screen/ide.js",
"cypress/integration/syllabus.spec.js"
]
}
https://on.cypress.io/parallel-group-params-mismatch
error Command failed with exit code 1.
ripe-pager-8687
06/01/2022, 8:53 PMripe-pager-8687
06/01/2022, 8:59 PMts
browser.manage().logs().get('browser').then(function(browserLog) {
// build a report
});
I don't know if there is something similar in cypressfew-ability-10425
06/01/2022, 9:08 PMinput
On success, I can see in the browser console that the keyboard event had a target element for each letter typed and on the flake, I can see that only the first letter had a target element (the letter that Cypress seems to flake on changes randomly from the first letter to the last). See pictures:few-ability-10425
06/01/2022, 9:08 PM// create an alias for the start time element
cy.get(startSelector).as("start-time");
// type 13:00 in the start time field
cy.get("@start-time").should("be.visible").type(inputStart);
// check that 13:00 is in the start time field
cy.get("@start-time")
.find("input")
.should("be.visible")
.should("have.value", inputStart);
// hit enter to close the time picker
cy.get("@start-time").type("{enter}");
astonishing-secretary-49341
06/02/2022, 4:17 AMcy.wait()
timed out waiting 5000ms
for the 1st request to the route: getMetadata
. No request ever occurred.
https://on.cypress.io/wait
tho it is working perfectly fine on my local.damp-lunch-77700
06/02/2022, 5:00 AMdamp-lunch-77700
06/02/2022, 5:00 AMdamp-lunch-77700
06/02/2022, 5:01 AMdamp-lunch-77700
06/02/2022, 5:01 AMdamp-lunch-77700
06/02/2022, 5:01 AMdamp-lunch-77700
06/02/2022, 5:01 AMgreen-book-63455
06/02/2022, 7:35 AMcool-engineer-68430
06/02/2022, 9:35 AMfull-river-47441
06/02/2022, 10:17 AMearly-article-48946
06/02/2022, 11:36 AMgifted-boots-63851
06/02/2022, 11:37 AMearly-article-48946
06/02/2022, 11:39 AMearly-article-48946
06/02/2022, 11:40 AMearly-article-48946
06/02/2022, 11:53 AMuser
06/02/2022, 1:03 PMuser
06/02/2022, 1:04 PMuser
06/02/2022, 1:04 PM