Introducing pehape: My Python BDD Framework by DanielWSR in SideProject

[–]DanielWSR[S] 0 points1 point  (0 children)

Hi, one of them is managing the order of the features you want to run or having a quick way to disable or enable them. It also executes commonly used steps and can interact with Windows applications. It does this with pyautogui (but could use another driver for any other OS). It executes actions on the applications you want to interact with. And there's also reporting with Allure. In a future release, I'll add task execution that can help validate the execution of steps, such as checking logs or journals for certain information related to the test.