Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 4, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 4, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 4, 2025

      Smashing Animations Part 4: Optimising SVGs

      June 4, 2025

      I test AI tools for a living. Here are 3 image generators I actually use and how

      June 4, 2025

      The world’s smallest 65W USB-C charger is my latest travel essential

      June 4, 2025

      This Spotlight alternative for Mac is my secret weapon for AI-powered search

      June 4, 2025

      Tech prophet Mary Meeker just dropped a massive report on AI trends – here’s your TL;DR

      June 4, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Beyond AEM: How Adobe Sensei Powers the Full Enterprise Experience

      June 4, 2025
      Recent

      Beyond AEM: How Adobe Sensei Powers the Full Enterprise Experience

      June 4, 2025

      Simplify Negative Relation Queries with Laravel’s whereDoesntHaveRelation Methods

      June 4, 2025

      Cast Model Properties to a Uri Instance in 12.17

      June 4, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      My Favorite Obsidian Plugins and Their Hidden Settings

      June 4, 2025
      Recent

      My Favorite Obsidian Plugins and Their Hidden Settings

      June 4, 2025

      Rilasciata /e/OS 3.0: Nuova Vita per Android Senza Google, Più Privacy e Controllo per l’Utente

      June 4, 2025

      Rilasciata Oracle Linux 9.6: Scopri le Novità e i Miglioramenti nella Sicurezza e nelle Prestazioni

      June 4, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Playwright tests running in self hosted GitHub Actions runner using Azure VM crashes during tests

    Playwright tests running in self hosted GitHub Actions runner using Azure VM crashes during tests

    January 5, 2025

    I have for weeks now used the GitHub -hosted GitHub actions runner, but since my Playwright tests can take up to an hour to complete, i have started trying out self-hosted GitHub actions runner using a free tier VM from Microsoft Azure to save on the 3000 free minutes of GitHub actions time i get per month…

    After running 3 tests out of 273 tests, the VM crashes after running at 100% CPU for a while (see screenshot).

    My current playwright.config.ts results in 1 worker.

    Has anyone else experience with this issue?

    import { defineConfig } from '@playwright/test';
    import * as path from 'path';
    
    export default defineConfig({
        testDir: './tests',
        fullyParallel: false,
        forbidOnly: !!process.env.CI,
        retries: 3,
        workers: '50%',
        use: {
            navigationTimeout: 30000,
            actionTimeout: 15000,
            viewport: { width: 1280, height: 720 },
            trace: 'off',
            browserName: 'chromium',
            launchOptions: {
                args: ['--no-sandbox', '--disable-setuid-sandbox']
            }
        },
        reporter: [
            ['html', { outputFolder: path.resolve(__dirname, 'playwright-report'), open: 'never' }],
            ['list']
        ],
        timeout: 120000
    });
    

    Screenshot from the VM in Azure showing CPU spike at 100% before crashing

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleDistroWatch Weekly, Issue 1103
    Next Article Graph Generative Pre-trained Transformer (G2PT): An Auto-Regressive Model Designed to Learn Graph Structures through Next-Token Prediction

    Related Posts

    Security

    HPE StoreOnce Faces Critical CVE-2025-37093 Vulnerability — Urges Immediate Patch Upgrade

    June 4, 2025
    Security

    Google fixes Chrome zero-day with in-the-wild exploit (CVE-2025-5419)

    June 4, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    FOSS Weekly #25.11: Limit Battery Charging, File Searching, Sudo Tweaks and More Linux Stuff

    Linux

    MongoDB Powers M-DAQ’s Anti-Money Laundering Compliance Platform

    Databases

    tailwind css Animation

    Web Development

    Optimizing Route Permissions with Laravel’s Enhanced Enum Support

    Development
    GetResponse

    Highlights

    CVE-2025-0632 – Formulatrix Rock Maker Web Local File Inclusion Vulnerability

    April 21, 2025

    CVE ID : CVE-2025-0632

    Published : April 21, 2025, 6:15 a.m. | 40 minutes ago

    Description : Local File Inclusion (LFI) vulnerability in a Render function of Formulatrix Rock Maker Web (RMW) allows a remote attacker to obtain sensitive data via arbitrary code execution. A malicious actor could execute malicious scripts to automatically download configuration files in known locations to exfiltrate data including credentials, and with no rate limiting a malicious actor could enumerate the filesystem of the host machine and potentially lead to full host compromise.

    This issue affects Rock Maker Web: from 3.2.1.1 and later

    Severity: 0.0 | NA

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    You can win $250K from OpenAI if you help solve archaeological mysteries with AI

    May 20, 2025

    Does One single script can automate entire matches?

    November 18, 2024

    Automate Network Management Using Gen AI Ops with MongoDB

    February 5, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.