How can I create a test login for my site?

I have a paywall-protected area of my site, in which members can only access if they’re paying a monthly subscription. This works fine, but I’m trying to create an access code for someone who doesn’t have the subscription but wants to test it. I don’t want to create a free plan, because then anyone can purchase it. I only want access for those with this test-password.

I tried making a user-input text box and then a button that checks the input and allows access based on the input, but that won’t override the need to be logged in with a paying account. Can anyone help me please?

Thanks