So, is this really the minimal version that supports all the new features? or can i use an older version? or which package version includes those new features?
Hey. The test framework requires 2019.2.0a10, which you got, so that is fine. 1.0.18 is the version that is shipped together with the 2019.2 editor by default. You are able to update to a newer version of the test framework from inside the package manager. For the test runner api you would need any version 1.1.x
Actually with 2019.2.0, i have 1.0.13 by default when i create a new project. Then in the Package manager UI i can only upgrade to 1.0.18, but not to anything above.
Ah, okay. It is because the update will not let you just from 1.0.x to 1.1.x. You need to find the “Test Framework” in the list to the left, expand it and click “See all versions”. There you will find 1.1.5 as the newest.
I am not certain about this, but I believe that it is a restriction in the package manager to ensure that you do not jump a minor version, without intending to do so.
But you should still be able to click on 1.1.5 and then press update to that version, in order to enter the 1.1.x minor version.