-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create tests for tags #360
Conversation
@Sembauke I think this is fine, now. All the tests can be run repeatedly and in any order and should not cause any issues. Once we have a lot of tests, it might be worth using api calls to setup/teardown any state we need for the tests. Just to speed things up. However, for now, I think this approach is fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm having difficulties running playwright tests locally, but as far as I read through the code LGTM.
What's going wrong, @sidemt? It sounds like I need to update the docs. |
ref #356