bumpy-insurance-8581
01/10/2023, 2:18 PMbumpy-insurance-8581
01/10/2023, 2:24 PMadamant-account-12789
01/10/2023, 2:43 PMagreeable-musician-97823
01/10/2023, 3:01 PMgray-kilobyte-89541
01/10/2023, 3:12 PM$ npm info cypress-slack-reporter
cypress-slack-reporter@1.5.2 | MIT | deps: 8 | versions: 59
A slack reporter for mochawesome reports generated by Cypress or other test frameworks using Mocha, for runs generated on CircleCI
https://github.com/you54f/cypress-slack-reporter#readme
keywords: cypress, slack, circleci, reporter, mocha, mochawesome, mochawesome-merge, marge
bin: cypress-slack-reporter, cypress-slack-reporter-full
dist
.tarball: https://registry.npmjs.org/cypress-slack-reporter/-/cypress-slack-reporter-1.5.2.tgz
.shasum: 5c7ee822e77edfa7d4b1f8d6bd64774b6bb7234c
.integrity: sha512-NItMSC+AeIOGktYoYz8aTW6KjhdjUtSmeOggbCPbOaax+tORJaDApLZEM1GmGfEtAsr+Me3enbpdp/ymE5Ds6A==
.unpackedSize: 67.2 kB
dependencies:
@slack/types: ^2.0.0 @types/commander: ^2.12.2 commander: ^7.0.0 dotenv: 16.0.0
@slack/webhook: ^6.0.0 @types/pino: ^6.0.1 del: ^6.0.0 pino: ^6.2.1
maintainers:
- you54f <yousafn@gmail.com>
dist-tags:
latest: 1.5.2
published a month ago by you54f <yousafn@gmail.com>
and npm home cypress-slack-reporter
opens the github pagebumpy-insurance-8581
01/10/2023, 3:17 PMbumpy-insurance-8581
01/10/2023, 3:20 PMbumpy-insurance-8581
01/10/2023, 3:21 PMbumpy-insurance-8581
01/10/2023, 3:34 PMbumpy-insurance-8581
01/10/2023, 3:36 PMgray-kilobyte-89541
01/10/2023, 4:03 PMbrash-tiger-52405
01/10/2023, 4:14 PMadamant-account-12789
01/10/2023, 4:14 PMhttp://localhost:XXXX/__/#/specs
to a URL from your tests, is that an indication that frame busting has happened somewhere in the flow? I posted yesterday about seeing a test crash trying to login with no console or log output (at least none that seems significant to me). And I'm wondering if this behavior plus the URL points to framebusting?kind-minister-59159
01/10/2023, 4:47 PMpurple-ice-75399
01/10/2023, 4:55 PMcommandsOne.js
, commandsTwo.js
, etc. under our cypress/support
folder
then, in our cypress/support/e2e.js
file, we import them
// ***********************************************************
// This example support/e2e.js is processed and
// loaded automatically before your test files.
//
// This is a great place to put global configuration and
// behavior that modifies Cypress.
//
// You can change the location of this file or turn off
// automatically serving support files with the
// 'supportFile' configuration option.
//
// You can read more here:
// https://on.cypress.io/configuration
// ***********************************************************
// Import commands.js using ES2015 syntax:
import './commandsOne'
import './commandsTwo'
then you can do cy.functionFromOne()
and cy.functionFromTwo()
without any issue
There's probably something minorly different for .ts files, but the idea should be the same, and/or detailed in that link. Hope this helps!kind-minister-59159
01/10/2023, 4:57 PMbillions-sunset-23460
01/10/2023, 5:43 PMstraight-microphone-66008
01/10/2023, 5:53 PMrich-mechanic-52238
01/10/2023, 6:02 PMadamant-account-12789
01/10/2023, 6:20 PMmodern-dawn-86006
01/10/2023, 7:37 PMlively-match-61863
01/10/2023, 7:58 PMtestIsolation: false,
in cypress.configbrave-river-4142
01/10/2023, 8:31 PMadorable-mechanic-41894
01/10/2023, 10:04 PMadorable-mechanic-41894
01/10/2023, 10:04 PMadorable-mechanic-41894
01/10/2023, 10:10 PMfaint-ocean-92094
01/10/2023, 10:22 PMfaint-ocean-92094
01/10/2023, 10:26 PMgray-kilobyte-89541
01/10/2023, 11:31 PMcy.task
does not retry. But you can use to do it https://github.com/bahmutov/cypress-recursefaint-ocean-92094
01/10/2023, 11:32 PM