Tag: github-actions-1
-

Executing EBPF in Github Actions
Running eBPF in GitHub Actions lets you use kernel-level tracing, networking, and observability tools inside CI workflows. Because eBPF needs elevated privileges and a compatible kernel, it typically runs on Ubuntu runners with the right capabilities. This enables tasks like traffic capture, performance profiling, and eBPF-based testing during automated pipelines. At Keploy, we wanted our…
-

Continuous UI Testing Pipeline: BrowserStack with GitHub Actions
Did you know 88% of users don’t return to sites with poor experiences, even if they offer excellent services and content? It’s time to recognize that a seamless user interface (UI) and user experience (UX) are essential to a product or company’s success, not mere luxuries. This is where Continuous UI Testing steps in. Ditching…