Open albertteoh opened 3 years ago
Don't you think this would be a great Outreachy internship idea? The first phase is to document what to test, the second phase could be to automate the testing. In a previous life, I used quite a lot of Selenium with Saucelabs. Perhaps there's a version of it free for open source projects?
Don't you think this would be a great Outreachy internship idea?
Yup, I think this is a great idea. I'm new to the Outreachy internship program (I saw some mention of it in our Gitter chat). With some Googling, it looks like this would be a good place to start reading about it? https://www.outreachy.org/
I guess we'd need to submit this as a possible project to outreachy for approval then elect a candidate to work on it?
Perhaps there's a version of it free for open source projects?
While exploring, I managed to get a Selenium-based test using, funnily enough, SeleniumBase running with Github actions, so I think it should be available for open source projects.
With some Googling, it looks like this would be a good place to start reading about it? https://www.outreachy.org/
That's correct! Here's a draft project proposal. Let me know if you'd like to be a mentor or co-mentor.
Mentor: Juraci Paixão Kröhling (@jpkrohling) Status: Pending
One of the key parts of Jaeger is its UI. Unfortunately, we have little to no automation when it comes to ensuring the UI is working properly before we perform a new release.
Your role in this project is to help us improve the situation by first determining what to test, writing BDD-style tests that can be executed manually by the maintainers before a release, and automating the tests using tools like Cucumber, Watir, or Selenium.
For this project, you’ll need to be proficient with Javascript, and you’ll leave this internship with a great understanding of Quality Assurance practices, especially when applied to testing user interfaces, as well as intermediary-level knowledge about distributed tracing and Jaeger.
Hi @jpkrohling , I have been planning on the tests and have prepared a plan of approach for testing:
I will be sure to mention each step in detail with my proposal.
I don't know anything about Cypress, would you mind joining our weekly meeting and do a quick presentation about it? A quick demo should be sufficient to start a discussion.
Sure, I would be happy to! Where can I find the invite?
On Tue, 6 Apr, 2021, 17:13 Juraci Paixão Kröhling, @.***> wrote:
I don't know anything about Cypress, would you mind joining our weekly meeting and do a quick presentation about it? A quick demo should be sufficient to start a discussion.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jaegertracing/jaeger-ui/issues/708#issuecomment-814053460, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS2Y6XV7WOBZSXQAYH4AUX3THLXVPANCNFSM4YCGDT5A .
You can find more information here: https://www.jaegertracing.io/get-in-touch/
Which time would suit you better, this week's or next week's?
You can find more information here: https://www.jaegertracing.io/get-in-touch/
Which time would suit you better, this week's or next week's?
How about next week? I can also setup a basic test for jaeger-ui to show as a demo for next week with cypress.
Sure, sounds good to me! I just added it to the agenda.
Requirement - what kind of business use case are you trying to solve?
Problem - what in Jaeger blocks you from solving the requirement?
No such document exists.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Create a SANITY_TEST.md file consisting of BDD-style test cases to be executed prior to releasing a new version until we have enough confidence in unit test coverage.
Perhaps start with core features and expand to more scenarios where appropriate, for example:
Any open questions to address