Open-source News

Intel Details The Accelerators & Security Features For On Demand / Software Defined Silicon

Phoronix - Wed, 11/23/2022 - 19:30
Over the past year since being the first to report on Software Defined Silicon (SDSi) for license-activated hardware features with future CPUs, we've been left to wonder all what will be incorporated into this controversial Software Defined Silicon. Intel recently shared that SDSi will be marketed as Intel On Demand and now they have published a web page outlining more about this after-purchase upgrades for activating extra processor features...

Proton 7.0-5 Gets More Games Running On Linux & The Steam Deck

Phoronix - Wed, 11/23/2022 - 19:09
Valve has officially released Proton 7.0-5 as the newest version of their Wine downstream that powers Steam Play for enjoying countless Windows games on Linux, most notably now with the Steam Deck. Valve has also introduced "Proton Next" as their new testing grounds for future Proton updates...

SDL3 Begins Dumping A Lot Of Old Code: GLES1, OS/2, DirectFB, WinRT, NaCl & More

Phoronix - Wed, 11/23/2022 - 19:00
It was just a little more than 24 hours ago that SDL 2.26 released for this widely-used library by cross-platform games and other software for abstracting software/hardware interfaces. With SDL 2.26 released, SDL 3.0 is now in development. One of the first stages of that big Simple DirectMedia Layer update is removing a lot of old platform code and other obsolete targets...

PoCL 3.1-RC1 Released With Improved SPIR-V Support For CPU & CUDA Drivers, Vulkan WIP

Phoronix - Wed, 11/23/2022 - 18:37
PoCL 3.1 is nearing release as the "Portable Computing Language" that is most known for serving as a CPU-based OpenCL implementation but via its LLVM usage also allows supporting OpenCL execution atop NVIDIA CUDA and other targets...

OBS Studio 29 Beta Brings AV1 Encode For AMD & Intel GPUs

Phoronix - Wed, 11/23/2022 - 18:20
OBS Studio 29 Beta 1 has been released as the newest test version for this widely-used, cross-platform open-source software for screen-casting and screen-recording purposes. OBS Studio 29 most notably is adding AV1 hardware-accelerated encoding for Intel Arc Graphics and AMD Radeon GPUs...

Set up automated software testing with this open source platform

opensource.com - Wed, 11/23/2022 - 16:00
Set up automated software testing with this open source platform Antoine Craske Wed, 11/23/2022 - 03:00

Automated testing is an important stage of development. It helps you ensure code quality, discover bugs before they ship, and guarantee that an application works the way it's intended to work. Deployment of automated tests is rapidly becoming a top priority for companies all over the world.

The latest release of the Cerberus Testing platform offers a series of new features and improvements to allow you to easily set up automated tests for your software engineering team.

Intuitive design

The philosophy of Cerberus Testing is to facilitate cross-functional collaboration on automated tests around a shared interface. Usability has been a major focus of the latest version, with an emphasis on making onboarding simple. The vision of the Cerberus experience is a one-click setup. You can create, execute, and visualize an automated test in less than 30 seconds, whether you're familiar with Cerberus or not.

Image by:

(Antoine Craske, CC BY-SA 4.0)

This new version realizes this promise for web application testing thanks to the new design, and Cerberus's automation library. Future enhancements will support more advanced use cases, such as mobile and API testing working directly in the cloud.

Apache Kafka

There's a need for massive data processing in event-driven architecture. This asynchronism, however, must be designed and implemented. Apache Kafka is the preeminent platform supporting massive connectivity of producers and consumers, exchanging messages without defined structures, or else defined by Avro schemas.

Image by:

(Antoine Craske, CC BY-SA 4.0)

For several years, Cerberus Testing has supported the testing of event-driven and microservices components with Apache Kafka. Cerberus Testing now also supports Avro schemas.

That's not all the latest release does for Apache Kafka, though. Other improvements are also available, including centralized management of your Kafka configurations to facilitate maintainability, and the ability to search and test elements present in the "headers" of messages.

More on automation Download now: The automated enterprise eBook Free online course: Ansible essentials Ansible cheat sheet eBook: A practical guide to home automation using open source tools A quickstart guide to Ansible eBook: 7 examples of automation on the edge More articles about open source automation Advanced use cases

Anyone who designs test automation knows that the old adage "the devil is in the details" is as relevant as ever in this business. There is no "normal" use case for a test suite. Every challenge is unique, but Cerberus Testing provides a toolkit that includes image recognition, file manipulation, multi-criteria validation, and more.

The image recognition available in Cerberus Testing now allows you to target a specific offset on the screen. You can activate a delay for keypress actions, or even utilize character recognition.

There are also improvements for test cases that require uploading and downloading files, new checks for lists of numeric values, and batch test execution relaunch from the interface.

A new and improved website

This new version follows a complete redesign of the Cerberus Testing website for better readability and access to the platform's documentation and resources. There, you can also browse training opportunities and explore partners.

Try Cerberus Testing

The latest version of Cerberus Testing provides a scalable test automation platform that supports Agile and DevOps approaches. To try it for yourself, or to contribute to the project, visit our Git repository.

Cerberus Testing offers a series of new features and improvements to allow you to easily set up automated tests for your software engineering team.

CI/CD Automation DevOps What to read next An open source solution for continuous testing at scale This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

Pages