
After using Thucydides for around a year and training multiple teams across our organization, the number one struggle I experienced was getting everyone to pronounce “Thucydides” correctly. Last week I find out that there has been a rebranding effort.
Henceforth, Thucydides will be known as Serenity.
This is a welcome change because no matter how hard I tried to educate the team, few people could actually pronounce “Thucydides.” In fact, the creator of Thucydides has said that the main reason for the name change was that “primarily, ‘Serenity’ is easier for people to pronounce and remember, so it is easier for people to talk about it.”
New BDD Serenity Users
For those that don’t know, Serenity (formerly Thucydides) is an open-source tool designed to make writing automated acceptance and regression tests easier.
I like to think of it as a wrapper on top of Selenium WebDriver and JBehave that makes writing JBehave and Selenium testing easier because it abstracts away a lot of JBehave boilerplate code you sometimes need to write.
Serenity has features like:
- Managing state between steps
- Screenshots
- Data-driven tests in JUnit
- Running tests in parallel batches
- Spring integration
- Jira integration
The main benefit of using Serenity is the incredible reports that it automatically generates for your BDD tests. For example — which one looks better?
Standard JBehave report:

And here is the same report produce by Serenity (Thucydides):

Writing BDD at the right level
One area my teams have struggled with is writing their BDD G/W/T .feature files at the right level. Because we work on medical devices, many engineers were writing their BDD at a really low implementation detail level.
Writing BDD in this “imperative steps” style is an anti-pattern and goes against the whole purpose of creating scenarios in the “as a user,” So I was coaching them to create their G/W/T at a more abstract-level, non implementation — like using a more declarative approach.
This was an ongoing struggle last year. Fortunately, Serenity (formally Thucydides) has an extra annotation @step. Used correctly, this allows us to now create higher-level BDD statements without worrying about low-level detail at the G/W/T level. Also, the @step details are written to the report so the implementation details are still captured, but our scenarios are kept implementation free — a true win/win!
Existing Thucydides users
If you’re a user of Thucydides, here are some things you need to know. This information is based on information I gleaned from the Google Thucydides message board:
- No new work will be done on the Thucydides code base.
- All projects will be migrated over the Serenity code base.
-
The Thucydides artifact names have changed. For example:
-
net.thucydides:thucydides-core becomes net.serenity-bdd:core
-
net.thucydides:thucydides-junit becomes net.serenity-bdd:serenity-junit
-
net.thucydides:thucydides-jbehave becomes net.serenity-bdd:serenity-jbehave
-
This applies to all existing artifact names.
-
• You will need to update your settings.xml file to add the Serenity plugin group:
<pluginGroup>net.serenity-bdd.maven.plugins</pluginGroup>
- The packet structure has not changed.
-
The Github location for Serenity BDD is https://github.com/serenity-bdd
Selenium Serenity Now!
Maybe I’m dating myself, but when I hear the term “serenity,” the first thing that comes to mind is the Seinfeld episode where George Costanza’s father keeps screaming “Serenity now!” to help keep himself calm whenever he gets frustrated.
So if you happen to hear me screaming “Serenity now!” from my cube whenever a flaky Selenium test starts failing you’ll know why.
Joe Colantonio is the founder of TestGuild, an industry-leading platform for automation testing and software testing tools. With over 25 years of hands-on experience, he has worked with top enterprise companies, helped develop early test automation tools and frameworks, and runs the largest online automation testing conference, Automation Guild.
Joe is also the author of Automation Awesomeness: 260 Actionable Affirmations To Improve Your QA & Automation Testing Skills and the host of the TestGuild podcast, which he has released weekly since 2014, making it the longest-running podcast dedicated to automation testing. Over the years, he has interviewed top thought leaders in DevOps, AI-driven test automation, and software quality, shaping the conversation in the industry.
With a reach of over 400,000 across his YouTube channel, LinkedIn, email list, and other social channels, Joe’s insights impact thousands of testers and engineers worldwide.
He has worked with some of the top companies in software testing and automation, including Tricentis, Keysight, Applitools, and BrowserStack, as sponsors and partners, helping them connect with the right audience in the automation testing space.
Follow him on LinkedIn or check out more at TestGuild.com.
Related Posts
Look, I’ve been doing test automation for over 25 years. I’ve heard the predictions. “Manual testing is dead.” “AI will […]
The 72.8% Paradox That Changes Everything After interviewing 50+ testing experts in 2025 and analyzing data from our 40,000+ member […]
Look, I’ve been doing this testing thing for over 25 years now. I first wrote about the AI “three waves” […]
What’s New in Low-Code/No-Code Testing for 2026 A lot had changed on the The low-code/no-code testing space and it has […]



