How do I navigate to a particular URL while performing Serenity automation testing?

How do I navigate to a particular URL while performing Serenity automation testing?

Hi Tim!

For navigating to a particular URL while running Serenity test automation, you just need to use the below command:

@DefaultUrl("https://www.google.com/ncr")