Skip to content
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

Add behavioral testing for creating new posts #165

Open
jazzsequence opened this issue Sep 10, 2024 · 0 comments
Open

Add behavioral testing for creating new posts #165

jazzsequence opened this issue Sep 10, 2024 · 0 comments

Comments

@jazzsequence
Copy link
Contributor

In order to test issues like the one resolved in #164, we need to have a way to create new posts as part of automated testing. In this context, we need to be able to walk through the steps of creating a new post such that the javascript and API requests are in use (e.g. through a browser interface) when the post is created so we can identify when those api endpoints are failing.

I believe this is possible to do with Playwright, since it fires up a browser to run its tests, but would need to investigate further for implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant