This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
invoiceninja
Watch
1
Star
0
Fork
0
You've already forked invoiceninja
mirror of
https://github.com/invoiceninja/invoiceninja.git
synced
2024-11-06 03:02:34 +01:00
Code
Issues
Releases
Activity
ab4ed1f2b0
invoiceninja
/
cypress.json
6 lines
96 B
JSON
Raw
Normal View
History
Unescape
Escape
Client portal tests (using Cypress.io) (#3758) * Install Cypress * Fix npm vulnerabilities * scaffold cypress * ignore local tests * login page test * invoices tests * recurring invoices * payments tests * payment methods tests * update invoices & quotes * credits tests
2020-05-26 23:45:29 +02:00
{
"video"
:
false
,
Testing Stripe: - Changed baseUrl to more generic localhost:8000 - Testing adding Stripe card & paying with it - Added iframe helper functions - Fix issue with processingOverlay when adding stripe credit card - Added few selectors to pages for easier testing
2020-10-13 13:36:56 +02:00
"baseUrl"
:
"http://localhost:8000/"
,
Testing adding Stripe credit card - Added: iframeLoaded method for Cypress - Fixed: saving payment method id for CreditCard.php - Added: chromeWebSecurity: false flag for insecure iframe connections - Formatted: payment_methods/index - Formatted: payment-methods-table.blade.php - Added: Test for adding credit card to Stripe - Fixed: Removing client gateway tokens
2020-07-01 18:28:57 +02:00
"chromeWebSecurity"
:
false
Client portal tests (using Cypress.io) (#3758) * Install Cypress * Fix npm vulnerabilities * scaffold cypress * ignore local tests * login page test * invoices tests * recurring invoices * payments tests * payment methods tests * update invoices & quotes * credits tests
2020-05-26 23:45:29 +02:00
}
Copy Permalink