gray-kilobyte-89541
09/28/2022, 7:52 PM.have
, I guess it is the dots, here is my example of custom assertion in Cypress https://glebbahmutov.com/blog/custom-assertions/freezing-wall-7568
09/28/2022, 8:44 PMfreezing-wall-7568
09/28/2022, 8:44 PMfreezing-wall-7568
09/28/2022, 8:46 PMfancy-mechanic-10638
09/28/2022, 10:20 PMalert-wolf-13579
09/29/2022, 5:50 AMacceptable-hamburger-48790
09/29/2022, 5:59 AMacceptable-hamburger-48790
09/29/2022, 6:01 AMacceptable-hamburger-48790
09/29/2022, 6:02 AMhallowed-machine-45508
09/29/2022, 9:09 AM<app-header></app-header>
);
});
});loud-australia-8985
09/29/2022, 12:59 PMenough-tent-11494
09/29/2022, 1:22 PMcool-toothbrush-53313
09/29/2022, 3:27 PMacceptable-hamburger-48790
09/29/2022, 3:29 PMmysterious-belgium-25713
09/29/2022, 3:33 PMcool-toothbrush-53313
09/29/2022, 3:35 PMmysterious-belgium-25713
09/29/2022, 3:43 PMmysterious-belgium-25713
09/29/2022, 3:44 PMfierce-activity-35946
09/29/2022, 7:48 PMcypress-terminal-report
with latest Cypress versions? It doesn't print console logs to terminal and I wonder if this looks familiar to someone?
support/e2e.js
import installLogsCollector from 'cypress-terminal-report/src/installLogsCollector'
const terminalReportOptions = {
// Log console output only
collectTypes: ["cons:log", "cons:info", "cons:warn", "cons:error"],
xhr: {
printHeaderData: true,
printRequestData: true
}
};
installLogsCollector(terminalReportOptions)
setupNodeEvents config
require('cypress-terminal-report/src/installLogsPrinter')(on, { printLogsToConsole: 'always'});
abundant-dentist-45237
09/29/2022, 8:12 PMfancy-mechanic-10638
09/29/2022, 9:39 PMe2e: { baseUrl: '...' }
for end to end, but not for component.mysterious-belgium-25713
09/29/2022, 9:51 PMfancy-mechanic-10638
09/29/2022, 10:07 PMbreezy-fountain-29456
09/29/2022, 10:14 PMdazzling-pillow-26039
09/30/2022, 12:04 AMfancy-mechanic-10638
09/30/2022, 12:05 AMdazzling-pillow-26039
09/30/2022, 12:18 AMhappy-dinner-6848
09/30/2022, 8:07 AMastonishing-kangaroo-73759
09/30/2022, 8:12 AMbrief-ghost-86635
09/30/2022, 10:23 AM