Transform Test Chaos into Intelligence

Stop drowning in scattered test data. Start understanding what your tests are telling you with this free, open-source platform featuring AI-powered insights and beautiful visualizations.

Get Started in 15 Minutes Fern Platform Treemap - Interactive test suite visualization showing project health at a glance

🎬 See Fern Platform in Action

Watch a 2-minute demo showing how Fern transforms your test data into actionable insights

100%
Open Source
Apache 2.0
Licensed
15min
Setup Time

The Problem Every Engineering Team Faces

Test data chaos is killing your productivity and release confidence

Fern Platform Main Dashboard showing platform health, projects overview, and API endpoints

😫 Before Fern Platform

  • 🔥 Flaky tests waste hours of CI time
  • 📊 Test results scattered across tools
  • 🤔 Zero visibility into test coverage
  • 🔍 Manual debugging of failures
  • 📈 No historical trends or insights
  • 😰 Release anxiety without confidence metrics

✨ After Fern Platform

  • ✅ Unified test intelligence dashboard
  • 🎯 Requirements traceability to JIRA
  • 🤖 AI-powered flaky test detection
  • 📊 Beautiful treemap visualizations
  • 📈 Historical trends and predictions
  • 🚀 Confident releases with data backing

Features That Make a Difference

Everything you need to transform your test data into actionable insights

🎨

Interactive Treemap Visualization

Visualize your entire test suite health at a glance. Drill down from project level to individual test failures with beautiful, interactive treemaps.

Interactive treemap showing test suite overview
📊

Test History & Trends

Track pass/fail trends over time with beautiful stacked area charts. Identify patterns and monitor test stability across releases.

Test history chart showing pass/fail trends
📋

Detailed Test Runs

Comprehensive test run details with status, duration, and branch information. Perfect for debugging and tracking CI/CD pipeline health.

Detailed test runs table with status and metrics
📈

Project Summary Views

Clean project cards showing test metrics, pass rates, and quick access to detailed analysis. Perfect for team leads and managers.

Project summary cards with test metrics and status
🔐

Secure by Design

OAuth 2.0/OpenID Connect with any provider. Role-based access control and secure authentication built into the open-source platform.

Multi-Framework Support

Currently supports Ginkgo, JUnit, and Jest with dedicated client libraries. Extensible architecture allows community contributions for additional frameworks.

Get Started in Minutes, Not Weeks

Choose your deployment path and transform your test intelligence today

🐳 Docker (Coming Soon)

Fastest way to try Fern Platform

# Docker images will be available soon at: # - ghcr.io/guidewire-oss/fern-platform:latest # - docker.io/guidewireoss/fern-platform:latest # Future usage: docker run -d --name fern-platform \ -p 8080:8080 \ -e DB_HOST=your-postgres-host \ ghcr.io/guidewire-oss/fern-platform:latest

Ready in: 2 minutes (once available)

⚡ Full Local Setup

Complete platform with OAuth and sample data

# Prerequisites: Docker, k3d, kubectl git clone https://github.com/guidewire-oss/fern-platform cd fern-platform make deploy-all # 🎉 Visit http://fern-platform.local:8080

Ready in: 15 minutes

🏢 Production Kubernetes

Deploy to your existing cluster

# Deploy to existing Kubernetes cluster kubectl apply -f deployments/fern-platform-kubevela.yaml # Configure OAuth and scaling kubectl edit configmap fern-platform-config

Ready in: 30 minutes

🔧 Local Development

For contributors and customization

# Set up development environment make setup-local make dev # Start contributing make test

Ready in: 10 minutes

View on GitHub

Built by Engineers, for Engineers

Currently Supported Test Frameworks

🐹 Ginkgo (Go)

BDD testing framework for Go

View Client →

☕ JUnit (Java)

Popular Java testing framework

View Client →

🃏 Jest (JavaScript)

Delightful JavaScript testing

View Client →

Join the Open Source Community

Free Forever • No Vendor Lock-in • Community Driven • Apache 2.0 Licensed

Want to add support for your favorite testing framework? Contributions welcome!

Join the Community

Connect with engineers transforming their test intelligence

Star on GitHub

Show your support and stay updated with the latest releases and features.

Star Now
💬

GitHub Discussions

Ask questions, share use cases, and connect with other Fern Platform users.

Join Discussions
🐛

Report Issues

Help us improve by reporting bugs or requesting new features.

Report Issue