Artwork

תוכן מסופק על ידי Stephen Cross and Talking Drupal Hosts. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Stephen Cross and Talking Drupal Hosts או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !

Talking Drupal #506 - Automated Testing Kit

1:08:28
 
שתפו
 

Manage episode 487808904 series 28484
תוכן מסופק על ידי Stephen Cross and Talking Drupal Hosts. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Stephen Cross and Talking Drupal Hosts או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.

Today we are talking about Automated Testing Kit demo Recipe, Why Automated Testing is important, and How this recipe helps with guest André Angelantoni. We’ll also cover Taxonomy Views Integrator as our module of the week.

For show notes visit: https://www.talkingDrupal.com/506

Topics
  • What is Automated Testing Kit
  • Features and benefits of Automated Testing Kit
  • Cypress vs Playwright
  • Where should these run
  • Automated Testing Kit recipe
  • Demo configuration
  • Installing and setting up the Kit
  • Using this on an existing site
  • Managing tests and repositories
  • Building and using recipes
  • Debugging and troubleshooting tests
  • Roadmap
Resources Guests

André Angelantoni - drupal.org/project/automated_testing_kit aangel

Hosts

Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Norah Medlin - tekNorah

MOTW Correspondent

Martin Anderson-Clutz - mandclu.com mandclu

  • Brief description:
    • Have you ever wanted to customize the taxonomy display view for a specific vocabulary, or even a specific taxonomy term? There’s a module for that.
  • Module name/project name:
  • Brief history
    • How old: created in Sep 2009 by Derek Webb (derekwebb1) though the most recent release was made by Kevin Quillen, who was a guest on the podcast in episodes 406 and 500
    • Versions available: 2.0.0 which works with Drupal 8, 9, 10, and 11
  • Maintainership
    • Actively maintained
    • Security coverage
    • Test coverage
    • Documentation
    • Number of open issues: 13 open issues, 4 of which are bugs against the 2.0.x branch
  • Usage stats:
    • 24,130 sites
  • Module features and usage
    • After enabling this module, when you edit a vocabulary or a taxonomy term, users with the necessary permissions will see an option to specify a view to show tagged content, and you can also choose which display to use
    • You can create a new view from scratch, or clone the taxonomy/term/* view provided by core, or a view defined in code. Obvious it’s critical for the view to have a contextual filter for a taxonomy term
    • Using this module could allow you to customize the presentation on a view page, for example to make the exposed filters more relevant, or even to split out the content, for example if you wanted to list only news in the main display, and have events and blog posts listed separately in attachments
    • I found this module really helpful during some recent work on the Drupal Event Platform, so I thought I would share it with our listeners
  continue reading

523 פרקים

Artwork
iconשתפו
 
Manage episode 487808904 series 28484
תוכן מסופק על ידי Stephen Cross and Talking Drupal Hosts. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Stephen Cross and Talking Drupal Hosts או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.

Today we are talking about Automated Testing Kit demo Recipe, Why Automated Testing is important, and How this recipe helps with guest André Angelantoni. We’ll also cover Taxonomy Views Integrator as our module of the week.

For show notes visit: https://www.talkingDrupal.com/506

Topics
  • What is Automated Testing Kit
  • Features and benefits of Automated Testing Kit
  • Cypress vs Playwright
  • Where should these run
  • Automated Testing Kit recipe
  • Demo configuration
  • Installing and setting up the Kit
  • Using this on an existing site
  • Managing tests and repositories
  • Building and using recipes
  • Debugging and troubleshooting tests
  • Roadmap
Resources Guests

André Angelantoni - drupal.org/project/automated_testing_kit aangel

Hosts

Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Norah Medlin - tekNorah

MOTW Correspondent

Martin Anderson-Clutz - mandclu.com mandclu

  • Brief description:
    • Have you ever wanted to customize the taxonomy display view for a specific vocabulary, or even a specific taxonomy term? There’s a module for that.
  • Module name/project name:
  • Brief history
    • How old: created in Sep 2009 by Derek Webb (derekwebb1) though the most recent release was made by Kevin Quillen, who was a guest on the podcast in episodes 406 and 500
    • Versions available: 2.0.0 which works with Drupal 8, 9, 10, and 11
  • Maintainership
    • Actively maintained
    • Security coverage
    • Test coverage
    • Documentation
    • Number of open issues: 13 open issues, 4 of which are bugs against the 2.0.x branch
  • Usage stats:
    • 24,130 sites
  • Module features and usage
    • After enabling this module, when you edit a vocabulary or a taxonomy term, users with the necessary permissions will see an option to specify a view to show tagged content, and you can also choose which display to use
    • You can create a new view from scratch, or clone the taxonomy/term/* view provided by core, or a view defined in code. Obvious it’s critical for the view to have a contextual filter for a taxonomy term
    • Using this module could allow you to customize the presentation on a view page, for example to make the exposed filters more relevant, or even to split out the content, for example if you wanted to list only news in the main display, and have events and blog posts listed separately in attachments
    • I found this module really helpful during some recent work on the Drupal Event Platform, so I thought I would share it with our listeners
  continue reading

523 פרקים

כל הפרקים

×
 
Loading …

ברוכים הבאים אל Player FM!

Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.

 

מדריך עזר מהיר

האזן לתוכנית הזו בזמן שאתה חוקר
הפעלה