<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Playwright on Automation
&amp;
Performance
testing</title>
    <link>https://automationtesting.ar/tags/playwright/</link>
    <description>Recent content in Playwright on Automation
&amp;
Performance
testing</description>
    <generator>Hugo</generator>
    <language>es-ar</language>
    <lastBuildDate>Tue, 20 Aug 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://automationtesting.ar/tags/playwright/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>🎭 Playwright con Python: Base UI Automation (POM)</title>
      <link>https://automationtesting.ar/post/playwright/</link>
      <pubDate>Tue, 20 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://automationtesting.ar/post/playwright/</guid>
      <description>&lt;h1 id=&#34;base-ui-automation-con-playwright--python&#34;&gt;Base UI Automation con Playwright + Python&lt;/h1&gt;&#xA;&lt;p&gt;Este proyecto es una &lt;strong&gt;base simple y didáctica&lt;/strong&gt; usando Page Object Model para automatizar:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://walletchallenge-front.onrender.com/&#34;&gt;https://walletchallenge-front.onrender.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;La idea es que el código sea fácil de leer para personas que recién empiezan.&lt;/p&gt;&#xA;&lt;p&gt;El objetivo del ejercicio es automatizar, el login, (usuario y password &amp;ldquo;challenge&amp;rdquo;), cuentas y saldos utilizando el patron de diseño Page Object Model.&lt;/p&gt;&#xA;&lt;h2 id=&#34;instalación-del-entorno-windows--wslubuntu--vscode&#34;&gt;Instalación del entorno (Windows / WSL(Ubuntu) / VSCode)&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Solo si estas en Ubuntu:&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;code-block&#34;&gt;&#xA;    &lt;button class=&#34;code-copy&#34; type=&#34;button&#34; hidden aria-label=&#34;Copy code to clipboard&#34;&gt;&#xA;      &lt;span class=&#34;code-copy-label&#34; aria-hidden=&#34;true&#34;&gt;Copy&lt;/span&gt;&#xA;    &lt;/button&gt;&#xA;    &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo apt update&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo apt install python3-venv&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;  &lt;/div&gt;&lt;ul&gt;&#xA;&lt;li&gt;Crear entorno virtual&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Windows:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
