As title. it can select the target surface(e.g. directX) and renderer type(e.g. legacy openGL) like this: ``` dotnet test -e OSU_GRAPHICS_SURFACE=3 -e OSU_GRAPHICS_RENDERER=gl ``` Not very sure: - [ ] Should it be able to check the shader issue in the tests?