1

Pytest Jobs in Greenbrae, CA (NOW HIRING)

Contribute to test automation frameworks (utilizing Pytest) to optimize repeatability and scale verification throughput. What you'll bring: * 4+ years of experience in PCBA hardware testing. Must ...

Familiarity with the modern Python toolchain: uv, pytest, type hints, pre-commit, and well-tested code. * Working knowledge of LLMs and agent concepts, or the appetite and ability to come up to speed ...

Familiarity with the modern Python toolchain: uv, pytest, type hints, pre-commit, and well-tested code. * Working knowledge of LLMs and agent concepts, or the appetite and ability to come up to speed ...

Unit testing with Pytest * Databases * SQL relational database development (PostgreSQL preferred) * Redis for cache and volatile data storage * Smart Contract Development * Experience with EVM smart ...

Senior Software Engineer

San Francisco, CA · On-site

$144K - $190K/yr

Python, Django, JavaScript, TypeScript, Vue.js • Nginx, Pytest, GitHub, GitHub Actions • Hands-on experience designing and building orchestration pipelines. • Strong AWS experience with ...

Nginx , Pytest , GitHub , GitHub Actions * Hands-on experience designing and building orchestration pipelines . * Strong AWS experience with services such as: * Kubernetes, CDK , Step Functions ...

Manager, Test Automation

Alameda, CA · On-site

$53.25 - $70.50/hr

... g., PyTest, Playwright, Jest, REST Assured) • Solid understanding of SDLC, QA methodologies, and compliance requirements such as HIPAA and GDPR. • Experience improving test stability and ...

Handson experience building scalable automation frameworks (e.g.,PyTest, Playwright, Jest, REST Assured) * Proficiency inPython, JavaScript, or TypeScript, with the ability to create reusable ...

next page

Showing results 1-20

Pytest information

See Greenbrae, CA salary details

$5

$38

$71

How much do pytest jobs pay per hour?

As of Aug 1, 2026, the average hourly pay for pytest in Greenbrae, CA is $38.29, according to ZipRecruiter salary data. Most workers in this role earn between $24.76 and $50.87 per hour, depending on experience, location, and employer.

What is Pytest and what is it used for?

Pytest is a popular testing framework for Python that allows developers to write simple as well as scalable test cases. It is widely used for unit testing, functional testing, and integration testing in Python projects. Pytest makes it easy to write small tests, yet it scales to support complex functional testing for applications and libraries. Its rich plugin architecture and simple syntax make it a preferred choice for many Python developers.

What are the key skills and qualifications needed to thrive as a Pytest Automation Engineer, and why are they important?

To excel as a Pytest Automation Engineer, you need strong programming skills in Python, a solid understanding of software testing principles, and experience with test automation frameworks. Familiarity with Pytest, continuous integration tools (like Jenkins), and version control systems (such as Git) is typically required, along with relevant certifications in software testing or Python development. Attention to detail, analytical thinking, and effective communication help you identify issues quickly and collaborate across development teams. These abilities are crucial for ensuring software quality, speeding up release cycles, and maintaining robust, scalable test systems.

How does a Pytest automation engineer typically collaborate with developers and QA teams during a software release cycle?

As a Pytest automation engineer, you will often work closely with both developers and QA professionals throughout the software release cycle. You’ll be responsible for creating and maintaining test suites using Pytest, reviewing code changes, and ensuring that automated tests cover new features or bug fixes. Regular communication is essential, as you’ll need to report test results, discuss defects, and coordinate on test coverage or continuous integration setup. This collaborative approach helps maintain high code quality and smooth releases.

What is the difference between Pytest vs Selenium Tester?

AspectPytestSelenium Tester
Primary FocusAutomated testing framework for Python codeWeb application testing using browser automation
Required SkillsPython programming, testing frameworksWeb technologies, Selenium WebDriver, scripting
Work EnvironmentSoftware development, QA teams, CI/CD pipelinesWeb testing, QA teams, browser environments
Common CertificationsPython certifications, testing certificationsSelenium certifications, QA certifications

Pytest is a Python testing framework used primarily for unit and integration testing of Python applications. Selenium Tester specializes in automating web browsers to test web applications. While both roles involve testing, Pytest focuses on code-level testing within Python projects, whereas Selenium Testers focus on browser-based testing of web interfaces. Understanding these differences helps teams assign the right tools and skills for their testing needs.

What cities near Greenbrae, CA are hiring for Pytest jobs? Cities near Greenbrae, CA with the most Pytest job openings:

QA Engineer (SDET) - AI, Data & Platform Quality

Extractable

San Francisco, CA • Remote

Full-time

Posted 12 days ago


Job description

Programmatic QA Testing for LLMs & Agents Data Quality Platform Reliability

About Finalytics.ai

Finalytics.ai is the leading provider of personalization for the financial industry. Our platform combines data integrations, machine learning, and real-time technology to make digital experiences more relevant and higher-converting for credit unions and banks. We're a growing startup led by industry veterans, building the next generation of AI-driven personalization.

Why This Role Is Different

QA at Finalytics goes well beyond clicking through a UI. Our platform makes model-driven decisions, runs LLMs and agents that generate content and answer questions, and depends on data pipelines that feed those models every day - and all of it has to be tested programmatically.

We're looking for an engineering-minded QA team contributor to help build quality across three areas: our core personalization features, our LLM and agentic capabilities, and the data that powers them. This is a coding role, embedded in the same repo and release flow as our engineers that will report directly to the CTO. You won't just find bugs - you'll build the automated tests, evals, and data checks that let a small team ship trustworthy AI every sprint.

Our stack is Python/Django with a JavaScript personalization tag, backed by MySQL, Celery, BigQuery, and AWS.

What You'll Do

1. Programmatic QA of Core Features

  • Extend our scenario test runner - a proprietary harness that captures real production personalization requests and replays them across environments, asserting on expected algorithms and content selection. Grow it into automated regression across every client.
  • Write automated tests in Python with pytest across our tiers - unit, integration, HTTP, and end-to-end.
  • Build headless Playwright end-to-end tests to verify how personalized content and tracking render on real client pages.
  • Harden the pre-deploy quality gate and pre-commit checks that block bad changes automatically.

2. Testing & Standardizing LLMs and Agents

  • Design evals for non-deterministic AI features - our conversational analytics assistant, AI content builders, and generative SEO - measuring correctness, grounding, and regression across prompt and model versions.
  • Test the tool-calling and agentic layers - that function-calling loops pick the right tools and guardrails hold on adversarial input.
  • Validate our agent/MCP interface - contract conformance, rate limiting, authorization, and safe failure.
  • Help set our standards for shipping AI - catching hallucinations and drift, and benchmarking prompt/model changes before clients see them.

3. Data Quality Engineering

  • Build automated data-health checks that flag stale rollups, incomplete coverage, and broken aggregations before they hit a client dashboard.
  • Validate data pipelines end-to-end - rollups, funnel/rate/financial ingestion, and BigQuery - with drift detection across environments.
  • Guard model inputs so the signals our ML depends on stay accurate and complete.

4. Reliability & Performance

  • Track platform performance - response times, JS load, and page speed - and help keep it fast.
  • Stand up quality dashboards - uptime, coverage, data-health, and eval scores.

5. Collaboration & Bug Lifecycle

  • Work in the codebase alongside engineers to diagnose issues across development, release, and deployment.
  • Drive the bug lifecycle - reproduce, capture with a failing test, and verify the fix.

What We're Looking For

  • 3+ years in QA/SDET or test automation with a code-first approach.
  • Strong Python - you write clean test code and can read the app you're testing.
  • pytest (preferred) and browser automation (Playwright or Selenium).
  • API and contract testing experience.
  • A genuine interest in testing AI - comfortable with non-determinism, evals, and prompts.
  • Data-savvy - strong SQL, and the instinct to validate pipelines and reconcile data.
  • Building automated quality gates into the deploy and release process.

Nice to Have

  • Testing or evaluating LLM applications - evals, prompt regression, tool-calling agents, or MCP.
  • Data or analytics QA - BigQuery or ETL/rollup validation.
  • Django, MySQL, or Celery experience.
  • Security testing with SAST/DAST tooling.
  • Familiarity with machine learning.
  • Financial industry, personalization, or CMS/marketing-platform experience.
  • Familiarity with AWS.
  • SaaS startup experience on a fast-moving, multi-tenant platform.

Why Finalytics

  • Frontier work - help define what QA means for AI, agents, and data-driven personalization in finance.
  • Direct impact - help shape how quality works across the platform, reporting straight to the CTO.
  • Automation-first culture - your work is code, in the same repo and release flow as engineering.
  • Remote-first, collaborative, low-ego team growing with a scaling fintech.