-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
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
chore: make the development process easier with Storybook #541
chore: make the development process easier with Storybook #541
Conversation
…never read in check build
…ile /srv/app/.storybook/test-runner-jest.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huge work, thank you!
I made some minor comments, otherwise, LGTM.
|
||
CMD ["yarn", "serve"] | ||
RUN set -eux; \ | ||
yarn playwright install --with-deps && yarn cache clean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we install this on the dev
container as well? then add instructions on how to run that inside docker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
api/config/packages/cache.yaml
Outdated
|
||
# Namespaced pools use the above "app" backend by default | ||
#pools: | ||
#my.dedicated.cache: null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove the comments in this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@@ -0,0 +1,62 @@ | |||
monolog: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish we could remove this, I'll see that in another patch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
authProvider
works
This PR attempts to validate that passing a React-admin
authProvider
to the<HydraAdmin>
component as a prop works well.It adds some Stories and interactions tests running thanks to Storybook and Playwright.
You might read the CONTRIBUTING.md first to know how to test this PR.
Todo:
authProvider
prop