We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is an experimental/exploratory task to verify feature parity between Phoenix LiveView and LiveView Native Core.
In Phoenix LiveView, a LiveSocket is used around a Phoenix Socket.. This is akin to the current implementation of LiveView Native Core's LiveSocket/LiveChannel.
LiveSocket
LiveChannel
It would be beneficial to possible run some of the test suites of tests from Phoenix LiveView. There are three different categories.
npm test
jest
mix test
ClientProxy
playwright
Anyway, let's see if we can use core in some of these.
The text was updated successfully, but these errors were encountered:
simlay
No branches or pull requests
This is an experimental/exploratory task to verify feature parity between Phoenix LiveView and LiveView Native Core.
In Phoenix LiveView, a
LiveSocket
is used around a Phoenix Socket.. This is akin to the current implementation of LiveView Native Core'sLiveSocket
/LiveChannel
.It would be beneficial to possible run some of the test suites of tests from Phoenix LiveView. There are three different categories.
npm test
which usejest
. These don't look to like they hit a backend and are not ran in the browser.mix test
. These are elixir side tests and possibly use aClientProxy
playwright
, run in a headless browser and do hit a backend.Anyway, let's see if we can use core in some of these.
The text was updated successfully, but these errors were encountered: