phoenix_integration
phoenix_integration copied to clipboard
Lightweight server side integration test tools for Phoenix
Thanks @boydm for this library. I'm aware this has been stable for a while. Just wondering if a change in this direction would be welcome. When asserting against html, dumping...
Hi, I have a JSON API implemented with [ja_serializer](https://github.com/vt-elixir/ja_serializer) that uses the content-type "application/vnd.api+json" as in [the JSON:API spec](https://jsonapi.org/format/#content-negotiation-clients). Is there a way to make this work with `phoenix_integration` so...
Hello! I want to test a blog that paginates posts, showing 5 per page. I'd like to get the post list, and check that I can find the post title...
I have a use case where form has multiple buttons each of them pointing at the same controller action but each with a separate name and value: ```html Release Deployed...
Sorry for ask this here, I'm not sure if I need anything else in my github action workflow, the whole integration tests fails. I really like `phoenix_integration` for integration tests,...
@marick I'm thinking of adding a new validation api to extract all links on a give page into a list, then scan the list to make sure each link goes...
Hi there! Just a quick PR for being able to use Phoenix.HTML v4 🙂