-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
Automation testing for MD files #3215
Comments
@sambhavgupta0705 can I work in this issue, if you can guide me a bit? |
@lucky29-git I have submitted this as bounty issue and one of the maintainer will be working on it |
Okay sir 🙌, |
You can start communication on |
Bounty Issue's service commentText labels: @asyncapi/bounty_team The Bounty Program is not a Mentorship Program. The accepted level of Bounty Program Participants is Middle/Senior.Regular contributors should explain in meaningful words how they are going to approach the resolution process when expressing a desire to work on this Bounty Issue. |
Hey @aeworxet. I would like to take up this issue as a maintainer of this repo. |
Bounty Issue's Timeline
Please note that the dates given represent deadlines, not specific dates, so if the goal is reached sooner, it's better.Keep in mind the responsibility for violations of the Timeline. |
Due to a lot of mixed imports (ESM files), We can't really test the jsdom along with node environment. Got this finding after playing around with jest, RTL, and mdx transformer that is transpiling the mdx files along with Any opinions? @akshatnema |
@anshgoyalevil Can we create this script in a ESM module in a separate folder? If you want, we can have a separate folder with a package.json configured for ESM to test it in a workflow. Later on, after complete migration in ESM, we can then delete this temporary package.json and will integrate this workflow in existing scripts. |
Has any decision been made regarding this? Will there be a workaround or will there be a halt until the completion of #3187? |
@aeworxet Akshat and I had a discussion to implement the static testing on md files. I will be creating the PR soon. There will be no halt thus. |
@aeworxet This bounty issue is completed |
@akshatnema |
Yes |
Bounty Issue Is Completed 🎉@anshgoyalevil ( |
🥳 Done |
In the future, please submit GitHub issues for participation in the Bounty Program using your own account to maintain a clear chain of responsibility. |
Why do we need this improvement?
Sometimes some MD files doesn't get rendered for which we doesn't get notify .For this we need to setup a workflow which notify us whenever any md files doesn't get rendered .
The text was updated successfully, but these errors were encountered: