Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: misc integration test improvents (#2595)
* chore(integration): rm debug log * feat: build images by default * fix: testenv/localenv port conflict * fix: exit process if error in beforeAll, dont run tests * feat: use run-tests to manage test dep building * feat: integration package readme * feat: mock-account-service-lib readme * fix: use consistent filenames tyle (kebab-case) * feat(integration): add assertion confirming payment completion * feat: add cross currency flow and start refactor of tests refactor changes tests to contain entire flow, instead of seperate tests for each step of flow, which are not independent. * Revert "feat: add cross currency flow and start refactor of tests" This reverts commit 66ede8b. * fix: pnpm lock, eslint * feat: add packages to labeler * fix: apollo type mismatch * fix: renovate ignoring integration test package * feat: add get incoming payment step * fix(integration): readme type, clarify accounting is mock * Update test/integration/README.md Co-authored-by: Max Kurapov <max@interledger.org> * Update test/integration/scripts/run-tests.sh Co-authored-by: Max Kurapov <max@interledger.org> * fix(integration): typo * refactor: attempt to effectively remove ignored path from config * refactor: test steps into fns and make each flow 1 test (#2608) * feat: add cross currency flow and start refactor of tests refactor changes tests to contain entire flow, instead of seperate tests for each step of flow, which are not independent. * fix: typo * refactor: test steps into fns and make each flow 1 test * feat: add packages to labeler * fix: apollo type mismatch * fix: renovate ignoring integration test package * feat(integration): get public incoming payment test action * chore: add cross currency amount assertions * feat(mock-account-servicing-lib): export types * feat(integration): cross currency assertions * fix: ts error * chore: revert temp fix for eslint/node version mismatch - unpinned eslint to previous version --------- Co-authored-by: Max Kurapov <max@interledger.org>
- Loading branch information