-
Notifications
You must be signed in to change notification settings - Fork 20
devcontainer and deployment e2e test #99
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
devcontainer and deployment e2e test #99
Conversation
|
@petersalomonsen #98 got all the dependencies upgraded to the latest version. Please, rebase |
will do, btw do you think adding an e2e test for deployment still has value? As part of bumping the version of near-socialdb-client, I also started working on tests for this. Let me know if you think this would still be a valuable contribution. @frol |
8321984 to
75ea440
Compare
@petersalomonsen It would be amazing to have the e2e test! I have already checked it out and it makes total sense! Please, add a new workflow to run the tests on CI |
|
@race-of-sloths include |
|
@petersalomonsen Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 13! Congratulations @petersalomonsen! Your PR was highly scored and you completed another monthly streak! To keep your monthly streak make another pull request next month and get 8+ score for it What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
frol
left a comment
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.
@race-of-sloths score 13
Adding first e2e test is always the hardest step in figuring out the approach. Thank you @petersalomonsen for making that step!
## 🤖 New release * `bos-cli`: 0.3.16 -> 0.3.17 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.3.17](v0.3.16...v0.3.17) - 2024-09-03 ### Added - Added TEACH-ME mode (activate it with `bos --teach-me`) ([#101](#101)) ### Other - devcontainer and deployment e2e test ([#99](#99)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
Add a devcontainer setup for use with github codespaces.
Add a test for deployment, with a github action.
The test config and mocks are placed in a separate file, to be reusable for additional future tests.