Giter VIP home page Giter VIP logo

adonis-realworld-example-app's People

Contributors

hipsterbrown avatar weyiin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

adonis-realworld-example-app's Issues

NS_ERROR_CONNECTION_REFUSED

Hey guys ๐Ÿ‘‹

I really wanted to check out the app and how the testing is done with playwright and it is really well done.

However, when I try to execute the tests all tests fail. Below is one example..

 FAILED

total        : 20
failed       : 20
duration     : 7s

   page.goto: NS_ERROR_CONNECTION_REFUSED
=========================== logs ===========================
navigating to "http://0.0.0.0:55997/profiles/TestPerson", waiting until "load"
============================================================

   at Object.executor tests/e2e/profiles/show.spec.ts:33
    28|        article.with('profile', 1, (profile) => profile.with('user'))
    29|      )
    30|        .merge({ profileId: profile.id })
    31|        .createMany(3)
    32|
  โฏ 33|      await page.goto(route('profiles.show', profile))
    34|      let screen = await getScreen()
    35|
    36|      assert.exists(await screen.findByRole('heading', { level: 1, name: 'TestPerson' }))
    37|      assert.exists(await screen.findByText('I am a test person'))
    38|      assert.exists(await screen.findByRole('link', { name: 'My Articles' }))


โœ– logged in user does not see follow button on their profile

Pretty much followed all the set up steps to the T.

What am I missing? :)

Windows 11
NPM v - 8.5.1
node v - 17.6.0

feat: HTMX integration

This is not necessary for the complete functionality of the app but there could be a branch that demonstrates how to progressively enhance the app with HTMX (boosting is a good starting place).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.