You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
There are files like git_test.json that are providing external repos as test resources. This makes alizer's test depend to the status of those repos. We should use mocked or test resources instead of this, in order to be sure that our test have always the same resources
Target date: 11 May 2023
The text was updated successfully, but these errors were encountered:
Import all repos mentioned inside git_test.json inside this repository and replace github URL to local dir path (plus some updates in the git_test functionality). The issue here is that the alizer repo will become huge after this update as a lot of new files must be created.
We can create a new repo which will be inside devfiles team and add every repo mentioned inside git_test.json to this repo as a directory. This way again we will have to clone from git in order to perform testing. As a plus, we do not need to make changes except than updating the git_test.json
Which area this feature is related to?
/area test
Issue details
There are files like git_test.json that are providing external repos as test resources. This makes alizer's test depend to the status of those repos. We should use mocked or test resources instead of this, in order to be sure that our test have always the same resources
Target date: 11 May 2023
The text was updated successfully, but these errors were encountered: