A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Read more on Geta's blog .
UI testing in Episerver UI tests and tests, in general, should be repeatable and reliable. For this purpose, you have to set the system under test into some known state. For UI tests it is common to restore the database from the backup or the UI...
At first, I have created one view for my controller, layout and required configuration for Razor views as in usual ASP.NET MVC application. Such structure looks like in the image below. And here is the controller I used. public class CustomerContr...
In the Better event handling in Episerver article, I described event handling in the initialization module. But it makes the code harder to test. Because of that, I extracted event initialization into separate class - EventsMediator . public class...
The reason why this happened was simple. When saving any versionable content without publishing, Episerver creates a new version. If it is a new item, then it creates a new one and everything is fine. But when updating and existing item which is...