-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hi Loopback team,
The repository for loopback-testing (https://github.com/strongloop/loopback-testing) appears to be gone and @bajtos has informed me that the module was recently deprecated (late December 2015). Was this decision documented/announced somewhere? Is there a good (or standard) way to review a deprecated project?
I see some references to the deprecation here: #1059 and here: #1935
I see that this repo (https://github.com/karlmikko/loopback-testing) that appears to have some of the history (possibly a fork or maybe the original), but appears to be old (depends on "loopback": "^1.6.1") and also doesn't have the history of issues and PRs. I don't think that repo will work for me, and the latest release version in the npm repo doesn't have some resolved PRs like #56 and #57 which dealt with bugs around logged in-users and custom user models.
I had some code that was dependent on the latest source (I was hoping to switch to the next npm release). Given these developments, I will probably just revisit my decision to use the library for my test cases.
This may also be a good forum to discuss the rationale behind the decision to deprecate if it wasn't documented elsewhere.