<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>QA 중니어 Log</title>
    <link>https://qu0kka.tistory.com/</link>
    <description>- 기술과 사람을 좋아하는 QA 엔지니어
Do what you like, love what you do
</description>
    <language>ko</language>
    <pubDate>Fri, 22 May 2026 18:28:50 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>개쩌는 쿼카</managingEditor>
    <image>
      <title>QA 중니어 Log</title>
      <url>https://tistory1.daumcdn.net/tistory/5822508/attach/7fa66458060e4a5492a6711251a36d26</url>
      <link>https://qu0kka.tistory.com</link>
    </image>
    <item>
      <title>[Ubuntu] 우분투 24.04 Realtek LAN 드라이버 변경 방법 (r8125)</title>
      <link>https://qu0kka.tistory.com/9</link>
      <description>사내에 Kubernetes 환경을 구축할 일이 있어 새로운 PC 3대를 받아 네트워크 구성부터 하려는데,
LAN을 꼽아도 네트워크 인터페이스가 안생겼다.. 랜카드를 인식하지 못하는 문제가 있었다.

&amp;nbsp;
검색해보니 우분투 설치할 때 많이들 겪는 문제인 것 같은데, 누군가에게 도움이 될까 싶어 내용을 정리해둔다.
&amp;nbsp;

1. 기존 드라이버 버전과 내가 설치해야할 버전 확인하기
- Ubuntu 24.04 LTS에서 기본 설치되는 Realtek..</description>
      <category>QA</category>
      <category>dkms</category>
      <category>LAN인식</category>
      <category>r8125</category>
      <category>ubuntu</category>
      <author>개쩌는 쿼카</author>
      <guid isPermaLink="true">https://qu0kka.tistory.com/9</guid>
      <comments>https://qu0kka.tistory.com/9#entry9comment</comments>
      <pubDate>Wed, 3 Sep 2025 14:27:32 +0900</pubDate>
    </item>
    <item>
      <title>[QA] 웹 서비스 자동화 Pipeline 구축 4 - 테스트 결과 보고서</title>
      <link>https://qu0kka.tistory.com/8</link>
      <description>&amp;nbsp;
이제 테스트 결과 보고만 남았다!
(물론 이후에 필요한 것들을 추가, 추가 해야겠지만)
&amp;nbsp;
이번 글에서는 Jenkins로 빌드 시작! 하면 Allure Report로 테스트 결과 보고서를 자동 생성하려고 한다.
아래 그림에서는 5번!

&amp;nbsp;

&amp;nbsp;
이번 글의 목표
- 테스트 수행 결과를 Report로 만들기
- 아래 3개 결과를 비교해보기
&amp;nbsp; &amp;nbsp; &amp;gt; Jenkins 기본 콘솔 결과
&amp;nbsp; &amp;..</description>
      <category>QA</category>
      <author>개쩌는 쿼카</author>
      <guid isPermaLink="true">https://qu0kka.tistory.com/8</guid>
      <comments>https://qu0kka.tistory.com/8#entry8comment</comments>
      <pubDate>Wed, 30 Jul 2025 15:28:23 +0900</pubDate>
    </item>
    <item>
      <title>[QA] 웹 서비스 자동화 Pipeline 구축 3 - Playwright 설치 및 Jenkins에서 실행하기</title>
      <link>https://qu0kka.tistory.com/7</link>
      <description>다른 업무들을 처리하고 오느라 자동화 작업이 좀 늦어졌다.  
&amp;nbsp;
이번 글에서는 Jenkins에서 Playwright 테스트 자동화가 목표!
Playwright를 Jenkins 파이프라인에서 자동 실행하려면, 테스트 대상 서버에 실행 환경을 먼저 구성해야 한다.
&amp;nbsp;
테스트 서버에 Playwright를 설치하고, 웹 서버 로그인 정도의 간단한 스크립트를 추가할 예정이다.
그리고 Jenkins에서 실행했을 때, 패키지 패치부터 웹 로그인 ..</description>
      <category>QA</category>
      <author>개쩌는 쿼카</author>
      <guid isPermaLink="true">https://qu0kka.tistory.com/7</guid>
      <comments>https://qu0kka.tistory.com/7#entry7comment</comments>
      <pubDate>Tue, 29 Jul 2025 11:54:57 +0900</pubDate>
    </item>
    <item>
      <title>[Playwright] JavaScript, TypeScript 환경에서 Playwright 설치하기</title>
      <link>https://qu0kka.tistory.com/6</link>
      <description>나는 Python을 선호해서 pip install로만 설치해봤는데,
Playwright는 Node.js 기반으로 먼저 나왔고 나중에 Pyhon, Java, .NET 버전이 추가된 것이라고 한다.
&amp;nbsp;
JavaScript, TypeScript를 사용할 환경에서는 아래 방법을 따라서 Playwright를 설치하면 된다.

&amp;nbsp;
참고!
- Node.js는 자바스크립트를 서버에서도 사용할 수 있도록 하는 서버사이드 스크립트 언어다.- 확장성 있는..</description>
      <category>QA</category>
      <author>개쩌는 쿼카</author>
      <guid isPermaLink="true">https://qu0kka.tistory.com/6</guid>
      <comments>https://qu0kka.tistory.com/6#entry6comment</comments>
      <pubDate>Fri, 25 Jul 2025 16:58:48 +0900</pubDate>
    </item>
    <item>
      <title>[QA] 웹 서비스 자동화 Pipeline 구축 2 - 대상 서버에 패키지 다운로드 및 설치</title>
      <link>https://qu0kka.tistory.com/5</link>
      <description>&amp;nbsp;
지난 글에서 Jenkins를 설치해봤다.
이번 글에서는 아래 Pipeline 중, 패키지 다운로드 및 업데이트 부분을 하려고 한다!

&amp;nbsp;

&amp;nbsp;
원래는 GitLab Runner를 활용해서, 배포될 때마다 패키지를 자동으로 다운로드하고, 테스트하고, 결과까지 보고하려고 했다.그런데 연구소에서 이미 매주 수요일마다 패키지를 빌드해서 내부 리포지토리에 올려두도록 설정해뒀다고 해서~
굳이 GitLab Runner를 거칠 필요 없이,..</description>
      <category>QA</category>
      <author>개쩌는 쿼카</author>
      <guid isPermaLink="true">https://qu0kka.tistory.com/5</guid>
      <comments>https://qu0kka.tistory.com/5#entry5comment</comments>
      <pubDate>Thu, 24 Jul 2025 16:02:22 +0900</pubDate>
    </item>
    <item>
      <title>[QA] 웹 서비스 자동화 Pipeline 구축 1 - Jenkins 설치</title>
      <link>https://qu0kka.tistory.com/4</link>
      <description>&amp;nbsp;
QA 엔지니어로 일하며 쌓는 지식이나 경험을 블로그에 남겨보려고 한다  
&amp;nbsp;
얼마 전에 웹 서비스 릴리즈를 끝내서, 아래와 같이 자동화 파이프라인을 만들어보려고 한다.
그 중 Jenkins 설치를 첫 번째 글로 적어봐야지!
&amp;nbsp;

&amp;nbsp;

&amp;nbsp;
Jenkins 설치
1. Java 설치
- Jenkins는 Java 기반이라 Java 설치가 필요하다. 나는 jdk21로 설치
(참고 : Rocky 8.6을 사내 VM에 ..</description>
      <category>QA</category>
      <author>개쩌는 쿼카</author>
      <guid isPermaLink="true">https://qu0kka.tistory.com/4</guid>
      <comments>https://qu0kka.tistory.com/4#entry4comment</comments>
      <pubDate>Wed, 23 Jul 2025 14:24:33 +0900</pubDate>
    </item>
  </channel>
</rss>