Inspiration
my inspiration came from what my mom does repetitively on a daily basis. she tests different softwares and her tests are running in jenkins continuosly. but everyday, she has to send a report to her manager analyzing how stable the tests are in the past 24 hours. now she checks each job manually to gather data and calculate past percentage, i wanted to make this a little bit easier for her by creating test analyzer!
What it does
test analyzer will analyze all the test reports in the past 24 hours and calculate the past percentage.
How I built it
i build test analyzer using python. I used many different libraries such as requests, time, etc. the user will be able to enter any test that he or she is interested to analyze. also, the user should provide the needed credentials to connect to the test server. the rest is taken care by the test analyzer to do your job. get to know how stable your tests are in a couple seconds!!
Challenges I ran into
authenticating to the test server using the requests library, setting up local test server using docker,
Accomplishments that I'm proud of
i am proud of getting my code to work after some errors in my code.
What I learned
i learned about some new python libraries, test server, docker.
Log in or sign up for Devpost to join the conversation.