We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today I tried to run the full test suite locally before submitting a PR. This included the integrations tests.
Capgemini.Xrm.DataMigration.Core.IntegrationTests worked perfectly after supplying some connection strings in the app.config.
Capgemini.Xrm.DataMigration.Core.IntegrationTests
app.config
Capgemini.Xrm.DataMigration.Tests.Integration did not work, again, after supplying connection strings in the app.config.
Capgemini.Xrm.DataMigration.Tests.Integration
I think we need to:
CONTRIBUTING.md
The text was updated successfully, but these errors were encountered:
I have resolved a few issues but there are 9 remaining tests failing. They can be categorised as follows:
Missing entities:
adx_webtemplate
new_mydata
cap_multiselect
Missing files:
ImportSchemas\CustomSolutionSchema\ExtractedData
ImportSchemas\ContactSchema\ContactWithOwnerExportConfig.json
ImportSchemas\ContactSchema\ContactWithOwnerImportConfig.json
Other:
serviceendpoint
saskey
Sorry, something went wrong.
No branches or pull requests
Today I tried to run the full test suite locally before submitting a PR. This included the integrations tests.
Capgemini.Xrm.DataMigration.Core.IntegrationTests
worked perfectly after supplying some connection strings in theapp.config
.Capgemini.Xrm.DataMigration.Tests.Integration
did not work, again, after supplying connection strings in theapp.config
.I think we need to:
CONTRIBUTING.md
with steps on configuring the integration tests - even if it's simple.The text was updated successfully, but these errors were encountered: