issues
search
germsvel
/
phoenix_test
PhoenixTest provides a unified way of writing feature tests -- regardless of whether you're testing LiveView pages or static (non-LiveView) pages.
https://hex.pm/packages/phoenix_test
MIT License
178
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support visit/2 for custom drivers
#149
ftes
opened
5 days ago
0
Change static click_button/link semantics to exact=false (match live)
#148
ftes
opened
5 days ago
0
Documentation exemple for `fill_in(session, input_selector, label, attrs)` is missing parameter
#147
matheusheck
opened
6 days ago
1
Live redirect copy headers
#146
joeytrapp
opened
2 weeks ago
0
Add Playwright driver (no deps)
#145
ftes
opened
3 weeks ago
3
Fix: Update current path on static submit
#144
ftes
closed
3 weeks ago
0
Submitting static form does not update current path
#143
ftes
closed
3 weeks ago
0
Fix: Raise error if implicit + explicit label found
#142
ftes
opened
1 month ago
4
Fix: type=check should be type=checkbox
#141
ftes
closed
4 weeks ago
0
Add generic click function
#140
petelacey
closed
1 month ago
2
Update `phx_click?` to check for valid JS commands
#139
germsvel
closed
1 month ago
0
Fix: Latest HTML position trumps latest entry
#138
ftes
opened
1 month ago
1
Deduplicate data passed to FormPayload
#137
germsvel
closed
1 month ago
0
Add Playwright driver
#136
ftes
closed
3 weeks ago
6
Support phx-trigger-action
#135
ftes
opened
1 month ago
0
🛠️ Fix active form vs form data loading
#134
germsvel
closed
1 month ago
0
How to fill in inputs_for
#133
andrewtimberlake
closed
1 month ago
12
fill_in without a label
#132
andrewtimberlake
closed
1 month ago
2
Copy headers across redirects
#131
germsvel
closed
1 month ago
2
Set elixir 1.17 and erlang 27 in `.tool-versions`
#130
germsvel
closed
1 month ago
0
✨ Form helpers now take `:exact` option
#129
germsvel
closed
1 month ago
0
🛠️ Select options are always exact
#128
germsvel
closed
1 month ago
0
Allow form helper labels to have `exact` option
#127
germsvel
closed
1 month ago
5
Proposal: copy request headers from initial conn into redirect/navigate conn
#126
joeytrapp
closed
1 month ago
2
Ignore `phx-*` attrs when inferring selector
#125
germsvel
closed
2 months ago
0
Add failing test: click_button without id attr
#124
ftes
closed
2 months ago
3
Fix: Don't error on input without name attribute
#123
ftes
closed
2 months ago
8
Test error after upgrading to 0.3.2 : `(ArgumentError) no push or navigation command found within JS commands`
#122
joshk
closed
1 month ago
8
Add `add_to_active_form(session, name, value)` aka unwrap_form
#121
ftes
closed
2 months ago
2
Check/uncheck with partial match via 'exact: false'
#120
ftes
closed
2 months ago
2
Add playwright driver
#119
ftes
closed
2 months ago
3
Find select option via 'exact=true' (breaking change)
#118
ftes
closed
2 months ago
7
Nested form with hidden inputs raises ArgumentError
#117
rgraff
closed
2 months ago
1
Check/uncheck work with phx-click outside forms
#116
germsvel
closed
2 months ago
0
Select on nested form raises ArgumentError
#115
rgraff
opened
2 months ago
5
Allow select to work with phx-click
#114
germsvel
closed
2 months ago
0
Handle radio buttons with phx-click
#113
germsvel
closed
2 months ago
0
Handle input/select `phx-click` outside of forms
#112
germsvel
closed
2 months ago
0
Add assert_download/2 to test file downloads
#111
ftes
opened
2 months ago
0
Fix multi checkbox: Add hidden input only once
#110
ftes
closed
1 month ago
1
Handle checkbox phx-click outside of form
#109
ftes
closed
2 months ago
3
Add upload/2 to test file uploads
#108
ftes
closed
2 months ago
1
HTML inside a label can't be matched when formatted
#107
tommyp
closed
1 month ago
4
Failing test for unchecking a checkbox without a hidden input
#106
totaltrash
closed
3 months ago
1
Error when hidden field is updated by server
#105
totaltrash
closed
1 month ago
5
Uncheck checkbox without hidden input error
#104
totaltrash
closed
3 months ago
2
Wrap `Phoenix.LiveViewTest.render_async/1`?
#103
RoyalIcing
opened
3 months ago
4
Issues with unchecking checkboxes and unselecting items from multiple select
#102
totaltrash
closed
3 months ago
0
Handle checkbox with phx-click but no form
#101
ftes
closed
2 months ago
2
Allow non-string data types as inputs to fields.
#100
soundmonster
closed
4 months ago
3
Next