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 by oscar-barrios
Description
The goal of this project is to migrate the existing Uyuni Test Framework from using Selenium to Playwright. This migration will improve the stability, speed, and maintainability of our end-to-end tests by leveraging the modern features of Playwright. The work involves rewriting existing Selenium code in Ruby to Playwright code in TypeScript. This will include updating test framework runner, step definitions, and configurations. As we also need to move from Cucumber Ruby to CucumberJS.
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