-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Our current integration test suite is large and comprehensive but is only runnable manually. OSS folks who open PRs can't run them and it's a big process for us to run them manually. Make it possible to trigger integration tests.
For integration tests to run:
ironcore-idneeds to be running locally with its postgres DB- project, assertion key, and segment info that is valid on that
ironcore-idinstance needs to be inintegration/projects/project.json(can probably be canned DB scripts) - https certs for
dev1.scrambledbits.orgneed to be up to date (automating this is the hardest part) yarn startneeds to run the integration appyarn nightwatchcan then run the suite, though that requireschrometo be installed sochromedriverworks
A possible workaround to the https certs issue would be to make the integration app not require https, but the scope of that is unknown at the time of writing this ticket.
Metadata
Metadata
Assignees
Labels
No labels