Open brenthosie opened 3 years ago
@adobe export issue to Jira project PDCL as Story
:white_check_mark: Jira issue PDCL-6333 is successfully created for this GitHub issue.
Does this help get integration up and running? https://v2.parceljs.org/configuration/package-json/#main-%2F-module-%2F-browser
Need to resolve the "targets", "main", and "default" blocks.
I think that we the 2 integration suites that are targeting the browser are identical: https://github.com/adobe/reactor-sdk-javascript/blob/master/package.json#L50-L51
I think it's enough to run only one of those tests.
The node integration tests are functioning. ~You can get the bundled and library tests to run by removing the engines
block from the top level of the package.json
. It seems like there might be a parcel bug. I'll be reporting an issue once I can replicate it on a smaller scale.~
The integration tests for bundled and library currently won't build. In order to run the node ones, run integration:build:node
, then integration:run
. Running integration-tests
will fail currently. This needs to be fixed.
Expected Behaviour
The integration tests should run in a CI environment
Actual Behaviour
Due to new release procedures, we aren't currently running these