Replies: 2 comments
-
Update:
I looked at the 'using_package_lock' branch; But for the second point I am afraid that the solution is not so easy. We could
So how will we go on with "point 2" (a new version of a package is available in the repository)? |
Beta Was this translation helpful? Give feedback.
-
Update 2:
By now license-report shows versions 1 and 3 (even when we call 1 "installedVersion", but that is my fault) Perhaps we should show all 3 version (or use "2" as "installedVersion") |
Beta Was this translation helpful? Give feedback.
-
Until now we have the problem that e2e tests often fail as the latest version in the repository is newer than the expected result in our code.
In reality our e2e tests are handling 2 questions:
Wouldn't it be easier if we split these questions into 2 tests?
This way the existing e2e tests only fail, if we broke the code and we get a detailed information, if the repository schema or the communication with the repository changed (what should rarely be the case).
Beta Was this translation helpful? Give feedback.
All reactions