Experimental UI -- how to extend the overview page?
It seems to me that the Experimental interface works a bit differently under the hood and we cannot use jetbrains.buildServer.serverSide.FailedTestOutputFormatter to extend tests' output (as described in https://plugins.jetbrains.com/docs/teamcity/extensions.html#Extensions-Availableextensions).
Is it still possible to use these extensions?
Please sign in to leave a comment.
Hi, @...
Indeed, the Experimental (Sakura) UI works differently from the Classic one. Mainly because Sakura UI is the Single Page Application based on React.
Since the TeamCity 2020.2 release, we introduce a new UI Plugins Framework, compatible both with Sakura and Classic UI.
You can read more in our Blog, Documentation. and watch the TeamCity Technology Day workshop to get familiar with UI Plugin development.
Feel free to write us feedback!