phoenix_integration

Lightweight server side integration test tools for Phoenix

APACHE-2.0 License

Downloads
273.7K
Stars
219
Committers
16
phoenix_integration - v0.9.2 - support phoenix html 3.0 Latest Release

Published by boydm about 3 years ago

Minor fixes and support for phoenix html 3.0

phoenix_integration - Accept field names with characters such as ?

Published by boydm over 3 years ago

Minor update.

Pulls in a fix to work with form field names with characters such as ? and others.

phoenix_integration - v.0.9.0 Collected fixes & flow_assertions

Published by boydm over 3 years ago

Collected fixes and now uses flow_assertions.
Bumped to 0.9.0 because it requires Elixir 1.10+

phoenix_integration - Pheonix 1.5 compat and other fixes

Published by boydm over 4 years ago

0.8.2

  • Fixes issue #39. Nice improvements to fetch_form. Thank you @marick
  • Fix issue #41. Support phoenix 1.5 which deprecated "use Phoenix.ConnTest" in favor of "import Phoenix.ConnTest"
phoenix_integration - v0.8.0 Improve handling hidden and nested items in forms

Published by boydm over 4 years ago

Fairly large update to handle forms with hidden fields. This update treats forms as parsed trees and has more informative output, and is generally more flexible. This entire update is brought to you by the hard work of Brian Marick (@marick on GitHub). Thank you!

phoenix_integration - v0.7.0 Fix warnings and support Elixir 1.10

Published by boydm over 4 years ago

Support for Elixir 1.10 and fix deprecation warnings in Floki

phoenix_integration - v0.6.0 Support for Phoenix 1.4

Published by boydm almost 6 years ago

Changed from Poison to Jason to be more compatible with phoenix 1.4. Helps that Jason is nice and fast.

phoenix_integration - 0.5.3 Support deeply nested forms

Published by boydm about 6 years ago

Merged pull request #23 from jonasschmidt to support deeply nested forms.

phoenix_integration - 0.5.2 Bug fix release

Published by boydm over 6 years ago

Merged pull request #22 by Wooga to support single character input names

phoenix_integration - 0.5 bug fix

Published by boydm over 6 years ago

  • fixed bug (issue #20) where it didn't find radio input fields if none were intially checked
  • removed dependency on DeepMerge
Package Rankings
Top 7.11% on Hex.pm
Badges
Extracted from project README
Hex.pm Hex.pm Hex.pm
Related Projects