Feature: Player Registration
Description: As a new player
I want to create an account
So that I can start using the platform
File name: register.feature
Relative path: auth/register.feature
Given
I am on the registration page
00:00:00.735
When
I enter "newuser" as username
00:00:00.019
And
I enter "newuser@test.com" as registration email
00:00:00.012
And
I enter "SecurePass123!" as registration password
00:00:00.013
And
I accept the terms and conditions
00:00:00.018
And
I click the sign up button
00:00:00.041
Then
I should be redirected to the home page
00:00:00.002
Given
I am on the registration page
00:00:00.512
When
I enter "newuser" as username
00:00:00.019
And
I enter "newuser@test.com" as registration email
00:00:00.012
And
I enter "SecurePass123!" as registration password
00:00:00.013
And
I click the sign up button
00:00:00.049
Then
I should see a terms acceptance error
00:00:00.005