Skip tests while build running?
That's easy with the right SDK! There is a free service allowing you exactly that! Your build is running. You enter your account online and change a value. The SDK in your tests instantly detect the change at runtime. That's it. The SDK has: get(fieldName) Any time you get, it's always the latest value you have online in your dashboard! onValueChanged( changeInfo ) { ...your code to handle change... changeInfo.getFieldName(), changeInfo.getValue(), etc... } When you change a value online, your code can react instantly, in true real-time to the change! the SDK is notified instantly using internal, highly secured websocket connection. Latency is ZERO! and here is why: Kiponos server dispatch delta-changes only directly to your SDK. The SDK always have the latest values in-memory, locally in your code. Accessing your data via the SDK is exactly the same as accessing any local variable in your code! Only the delta-change dispatch will cost between 1ms to 3ms. After that, the SDK has the la
Continue reading on Dev.to DevOps
Opens in a new tab



