Unity-Technologies / com.unity.testframework.graphics

Other
16 stars 3 forks source link

Package still being maintained? #3

Open sourcetreehugger opened 1 year ago

sourcetreehugger commented 1 year ago

I was looking into this package about a year ago and tested it. When looking into the Unity docs i see that the graphics test framework 7.2.3 package is available. How do I add this to my project and does this package have anything to do with this repository? It does not seem to be available in the Unity registry, even when I turn on preview packages for my project.

Link: https://docs.unity3d.com/Packages/com.unity.testframework.graphics@7.2/manual/index.html

Thanks in advance!

nvandessel commented 5 months ago

@sebastienlagarde @Chman @stramit @RemyUnity @phi-lira

You peeps seem to be the ones who have contributed the most to this project. While the project looks very dead, and I'm guessing some if not all of you have moved on from working at Unity, I was just wondering if any of you are able to share anything at all? Like maybe what other options we have for testing?

It would just be very nice to have access to something like ImageAssert. Worst case scenario this repo can be manually imported and used, however any additional information or guidance would be appreciated.

Thanks

sebastienlagarde commented 5 months ago

Hi, this public repository isn't use anymore by our team, we have move this project to internal private repository and it is used for our test internally. We haven't plan to maintain a public version of it (for now)

nvandessel commented 5 months ago

Thank you for the speedy reply! 🙏 Appreciate the information.

In that case maybe it makes sense to public archive this repo? It would be incredible to get access to such testing tools, if the teams that are working on it at willing, and so is their leadership.

For now though, after looking through the source code, I'm just going to clone the repo and use as is for the ImageAssert class to provide some simple Unit Testing assistance. Thanks again.

giorgospetkakis commented 5 months ago

Hey @nvandessel, thanks for bringing this to our attention. We'll public archive the repository soon. The package is still being maintained internally, and we'll be publishing new versions with improvements across the board. It's always available through the unity package manager "com.unity.testframework.graphics" and the latest version of the documentation is here.