Project Description
The idea of this project is to produce some short videos/screencasts, maximum 5 minutes, where you show some cool feature from some of our projects/products.
The video needs to be concrete, trying to hit just one particular topic, in order to make them easily to consume by a viewer.
The idea is to publish those recordings somewhere, so people can access them.
Goal for this Hackweek
These are some ideas for this hackweek:
- Interacting with Uyuni API using Python
- How to apply an Ansible playbook using Salt
- Debugging a Python process with "py-spy"
- ...
Agenda for Hackweek day-1 (Mon. March 22nd):
- Meet the participants in this HW project: 10:00 CET: https://meet.opensuse.org/HackWeekCreateCoolVideos
- Collect ideas for videos, prepare the scripts, choose software to use, etc.
Resources
More information soon.
Looking for hackers with the skills:
This project is part of:
Hack Week 20
Activity
Comments
-
over 4 years ago by PSuarezHernandez | Reply
Hey!
I've updated the description to add the link to this meeting point, to have some introduction talk during day-1 of HW with participants on this project:
https://meet.opensuse.org/HackWeekCreateCoolVideos
so we can have an introduction from ourselves, share ideas, etc!
This is scheduled for 10:00 CET, if this doesn't work for you, please let me know :)
Similar Projects
Move Uyuni Test Framework from Selenium to Playwright + AI by oscar-barrios
Description
This project aims to migrate the existing Uyuni Test Framework from Selenium to Playwright. The move will improve the stability, speed, and maintainability of our end-to-end tests by leveraging Playwright's modern features. We'll be rewriting the current Selenium code in Ruby to Playwright code in TypeScript, which includes updating the test framework runner, step definitions, and configurations. This is also necessary because we're moving from Cucumber Ruby to CucumberJS.
If you're still curious about the AI in the title, it was just a way to grab your attention. Thanks for your understanding.
Goals
- Migrate Core tests including Onboarding of clients
- Improve test reliabillity: Measure and confirm a significant reduction of flakynes.
- Implement a robust framework: Establish a well-structured and reusable Playwright test framework using the CucumberJS
Resources
- Existing Uyuni Test Framework (Cucumber Ruby + Capybara + Selenium)
- My Template for CucumberJS + Playwright in TypeScript