DEV Community

Discussion on: Hacktoberfest 2021 — Who's Looking for Contributors?

Collapse
 
whitphx profile image
Yuichiro Tachibana (Tsuchiya) • Edited

Hello hackers,

If you know about Streamlit, its component development (Python + TypeScript), and E2E testing of them, I hope you tackle this issue:

Set up unit tests and CI for multi Streamlit versions #22

For example, a change for a new Streamlit version has been introduced in #21. However there has been no guarantee that this change works with every supported versions of Streamlit. To ensure that, tests and CI should be set up. These tests can be some sort of E2E testing including frontend and server-side. Ref:

Thank you, happy hacktoberfest!