Currently when running playwright it creates a .auth folder which will contain a user.json file. This contains the access_token of the user used during testing.
It's less then ideal and not needed to commit this to source, as such the path has been added to the .gitignore file.
Currently when running playwright it creates a
.auth
folder which will contain auser.json
file. This contains theaccess_token
of the user used during testing.It's less then ideal and not needed to commit this to source, as such the path has been added to the
.gitignore
file.