X-post: Test Team Update: 16 October 2023

X-post from +make.wordpress.org/updates: Test Team Update: 16 October 2023

Introducing: Test Team Reps for 2023-2024

Following this year’s nominations and voting period, we are pleased to announce our new Test Team Reps for the 2023-2024 term! 🎉 Join us in welcoming Pooja Derashri and Ankit K Gupta to represent the Test team!

Election Results | Detailed Results

Pooja Derashri (@webtechpooja)

Pooja got involved with WordPress in 2013 as a developer. In 2015, she co-founded WPVibes, a pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. development company. It was in 2017 when she attended her first WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more., started getting involved in the WordPress community, and started her contribution journey.

Within the project, she has served as Co-Team RepTeam Rep A Team Rep is a person who represents the Make WordPress team to the rest of the project, make sure issues are raised and addressed as needed, and coordinates cross-team efforts. of the Training Team for the 2022 & 2023 term. She has been a noteworthy contributor to the WordPress 6.1 release. She is part of the release squad for 6.3 as Test Co-lead and 6.4 as Test Lead. She is also GTEGeneral Translation Editor General Translation Editor – One of the polyglots team leads in a geographic region https://make.wordpress.org/polyglots/teams/. Further information at https://make.wordpress.org/polyglots/handbook/glossary/#general-translation-editor of Hindi locale and co-organizer of Ajmer WordPress MeetupMeetup All local/regional gatherings that are officially a part of the WordPress world but are not WordCamps are organized through https://www.meetup.com/. A meetup is typically a chance for local WordPress users to get together and share new ideas and seek help from one another. Searching for ‘WordPress’ on meetup.com will help you find options in your area..

Pooja’s dedication to WordPress was acknowledged with the Kim Parsell Scholarship, granting her the opportunity to attend WCUS 2022. However, she couldn’t attend the event due to visa issues. In 2023, she was one of the organizers of the inaugural WordCamp Asia.

Pooja lives in Ajmer, a beautiful city in Rajasthan, India. Beyond her WordPress endeavors, she enjoys gardening, exploring new places, and listening to music.

You can read more about Pooja on her profile page.

Ankit K Gupta (@ankit-k-gupta)

Ankit holds a Master’s Degree in Computer Applications, a testament to his dedication to the field of technology. His journey in the tech world commenced as a computer lecturer at a prominent college in Delhi. However, driven by his unwavering passion, Ankit made a pivotal career move in 2013, transitioning into Software Quality Engineering. Currently, Ankit serves as a Lead QA with the 10up OSP team.

Ankit’s professional mission revolves around ensuring a bug-free and user-friendly experience for everyone within the WordPress community.

His dedication to this mission has led him to become a coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. contributor to WordPress for an impressive ten consecutive versions, spanning from WordPress 4.0 to WordPress 4.9 and continuing into the 5.X and 6.X release series.

Beyond core contributions, Ankit has contributed to various releases of BuddyPress, bbPressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org, Translation, WordPress Docs, and WordPress metaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. sites. Furthermore, he holds the roles of editor and locale manager within the Hindi WordPress Polyglot team.

Outside of the professional realm, Ankit’s enthusiasm extends to sharing his knowledge and experience with others. He has been a speaker at numerous WordCamps and meet-ups centered around WordPress and Quality Assurance.

When he’s not immersed in the world of technology, Ankit cherishes quality time with his family. His leisure activities include embarking on long drives, exploring new places, and capturing the beauty of the world through his camera.

You can read more about Ankit on his profile page.

Congratulations 🥳 to our new reps! I look forward to supporting their move into the team rep role.

Props @webtechpooja and @costdev for peer review of this post.

+make.wordpress.org/updates/

#team-reps

X-post: Test Team Update: 9 October 2023

X-post from +make.wordpress.org/updates: Test Team Update: 9 October 2023

Help Test the Font Library

Update: This one is the old post. Please check this one for the latest updated post: Understanding and Testing Font Library Feature with Block Editor Theme.

Released in Gutenberg 16.7, the Font Library is a major feature that was originally planned for sync into WordPress Core for the 6.4 release. It’s now slated for WordPress 6.5 and we need your feedback to help ensure it’s ready for the future.

Test Setup

Local Environment

If you have a local development environment running WordPress 6.3.x, just install Gutenberg 16.7 to get started.

Another option is to test with wp-now (requires Node.js), which you can launch from a command line. After following the wp-now setup guide, you will be able to:

  • In your terminal run: npx @wp-now/wp-now start
  • Navigate to Plugins > Add New PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. and install and activate GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/.

WordPress Playground

To test only using your browser (no installation required), try out Playground. These links open WordPress directly in your browser and automatically install Gutenberg so that you can start testing right away.

(Playground limitation: Due to browser network security policies, you will be unable to test installation of Google fonts. However, you can test uploaded fonts.)

Things to Test 🧪

Here are some suggestions for functionality to test, but you are encouraged to experiment beyond these:

  • Upload fonts using the upload dialog and drag-and-drop.
  • Install fonts from Google Fonts using the Install Fonts tab.
  • Verify that uploaded/installed font assets are stored in your site’s /wp-content/fonts/ directory.
  • Activate/deactivate individual font variants.
  • Compare active fonts with the list on the Styles > Typography sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme..
  • Assign custom fonts to elements (like text or headings) on the Styles > Typography sidebar.
  • Assign custom fonts to specific blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. types (like buttons) in Styles > Blocks.
  • Check how the fonts appear on your site’s frontend.
  • Delete an uploaded font family, and verify that the font assets are removed from /wp-content/fonts/.

Note that the Font Library currently only supports block themes, as it is only accessible through the site editor (Appearance > Editor).

Key Known Issues

This is a short list of common issues that will be updated as more testing reports are gathered.

  1. Font Library: Uploaded fonts do not always display correctly until after page refresh #55018
  2. Fonts: theme font family missing when editing individual blocks #55011
  3. Fonts: Switching style variations unchecks active fonts #54985
  4. Font Library: “update” button greyed out after uploading a new font #54881
  5. Font Library: Some installed Google fonts don’t display in editor or frontend #54706

Reporting Issues

If you find a bug that isn’t listed above, please make sure to check the Font Library issues list in GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/ before filing a new one. After checking, new bugs can be filed here.

Props @annezazu and @rmartinezduque for contributions and review of this post.

X-post: Test Team Update: 2 October 2023

X-post from +make.wordpress.org/updates: Test Team Update: 2 October 2023

Test Team Reps: Submit Your Votes

From August 15 to September 22, 2023, the Test team opened nominations for new reps to serve over the 2023-2024 term. The polls are now open and ready for your votes!

What Are Team Reps?

For a refresher on the Test Team RepTeam Rep A Team Rep is a person who represents the Make WordPress team to the rest of the project, make sure issues are raised and addressed as needed, and coordinates cross-team efforts. role, please see the most recent call for nominations. The Test team will elect two team reps for the next term, to collaborate and share responsibilities.

Who Are the Nominees?

In alphabetical order, this term’s nominees are:

Where Can I Vote? 🗳️

Please cast your votes through this anonymous public poll. You may vote for two nominees, but once submitted, you cannot vote again.

And because many of you are testers and like to break test things 😉, please note that attempting to vote for all three at once will lock out your vote 🙅. Please resist the temptation to test the voting platform!

👉🏻 The poll will remain open for two weeks, until October 12, 00:00 UTC. After that, votes will be tallied and reps selected based on votes received.

#team-reps

X-post: Test Team Update: 25 September 2023

X-post from +make.wordpress.org/updates: Test Team Update: 25 September 2023

X-post: Test Team Update: 18 September 2023

X-post from +make.wordpress.org/updates: Test Team Update: 18 September 2023

X-post: Test Team Update: 11 September 2023

X-post from +make.wordpress.org/updates: Test Team Update: 11 September 2023

X-post: Test Team Update: 4 September 2023

X-post from +make.wordpress.org/updates: Test Team Update: 4 September 2023