Replies: 1 comment 3 replies
-
If I run cargo leptos new --git leptos-rs/start
cd [name_of_project]
npx playwright install
cargo leptos end-to-end It builds the app and then runs the e2e tests. You should be running Not sure what else might be missing from your experience. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm currently looking into Tailwind examples in a cloned version of the Leptos repo. I managed to setup everything and then successfully run the example in the browser. After that I ran
npm install
insideend2end
directory and then startedleptos end-to-end
without changing anything in the existing code, but it gave me the following output:Additionally, after ending
leptos watch
the port3000
was still in use and I needed to kill it by myself.I would appreciate any help or hint what's wrong.
Beta Was this translation helpful? Give feedback.
All reactions