loud-vase-48777
06/03/2022, 12:28 PMaloof-balloon-7570
06/03/2022, 12:43 PMechoing-painting-40909
06/03/2022, 12:58 PMaloof-balloon-7570
06/03/2022, 12:59 PMadventurous-branch-4501
06/04/2022, 4:35 PMsome-window-79000
06/04/2022, 10:09 PMechoing-painting-40909
06/05/2022, 8:00 AMrhythmic-butcher-48923
06/05/2022, 10:29 AMbash
# Cypress wont expand
CYPRESS_baseUrl=$PROTOCOL://$HOSTNAME:$PORT
gray-kilobyte-89541
06/05/2022, 12:04 PMgray-kilobyte-89541
06/05/2022, 12:05 PMstraight-chef-47891
06/05/2022, 11:45 PMmost-night-19949
06/06/2022, 7:26 AMelegant-dog-90839
06/06/2022, 9:39 AMnpx percy exec -- cypress run --spec "tests/e2e/specs/$1/*-$1.spec.js" --browser chrome --record --key $CYPRESS_APP_KEY
When I do this in a vue webcomponent project I get blank scrrenshots in percy, hence I want to enable the debugger and perhaps give the option --enable_javascript
to percy.elegant-dog-90839
06/06/2022, 9:42 AM[percy] Warning: Missing command separator (--), some command options may not work as expected
[percy] Error: Command not found "--enable_javascript"
adorable-stone-42197
06/06/2022, 2:07 PMadorable-stone-42197
06/06/2022, 2:08 PMadorable-stone-42197
06/06/2022, 2:08 PMadorable-stone-42197
06/06/2022, 2:08 PMchilly-wire-18703
06/06/2022, 2:49 PMadorable-stone-42197
06/06/2022, 2:52 PMchilly-wire-18703
06/06/2022, 2:53 PMgray-easter-54566
06/06/2022, 5:23 PMacceptable-solstice-90676
06/06/2022, 8:31 PMtarget
from Chrome myself, it does properly, so it seems to be something with Cypress.
cy.get('mat-cell a').first()
.invoke('removeAttr', 'target')
.click()
acceptable-solstice-90676
06/06/2022, 8:52 PMcy.origin
it('Validates receipts can be viewed and user can access to it', () => {
//Click on View button
cy.get('mat-cell a').first()
.click()
cy.origin('https://invoice.stripe.com/i/acct_189LShGXMLuHtlf8/test_YWNjdF8xODlMU2hHWE1MdUh0bGY4LF9McE5GcDkxdzhPR2tTU3M3R2YyTWZWTHp6bFRNaVYzLDQ1MDg2ODg10200HKSHE6Qt?s=ap'), () =>{
cy.get('[colspan="2"]')
.should('be.visible')
}
adamant-beard-17074
06/06/2022, 11:59 PMfresh-doctor-14925
06/07/2022, 7:15 AMorigin()
call?echoing-painting-40909
06/07/2022, 7:22 AMbroad-helmet-80717
06/07/2022, 8:05 AMbitter-easter-25324
06/07/2022, 9:16 AMcold-accountant-75560
06/07/2022, 9:22 AM