
Closed
Posted
Paid on delivery
I need an experienced automation engineer (around 4-10 years working with Playwright in both JavaScript and TypeScript) to build and maintain a solid test suite for my web application. Scope • Target platform is strictly Web. • The suite must run reliably on Chrome and Firefox—cross-browser parity is essential. • Coverage spans all three layers: end-to-end flows, critical integration points, and a handful of fast unit tests around our helper utilities. Day-to-day you will wire Playwright into an existing Node/TypeScript repo, design a clean folder structure, and implement sensible fixtures, mocks, and test data factories. The code must be readable, reusable, and commit-ready with meaningful assertions and screenshots on failure. I will also rely on you to add concise README notes so any developer can execute npm test locally or inside our CI (GitHub Actions). Deliverables 1. Configured Playwright project (tsconfig, [login to view URL], custom reporter). 2. Sample E2E, integration, and unit test suites that demonstrate best practices. 3. CI workflow file triggering tests on every pull request, reporting results back to GitHub. 4. Documentation covering setup, execution commands, and how to extend the suite. I’ll review the merge request, run the pipeline, and accept once all tests pass on both browsers and the code follows our lint rules.
Project ID: 40647953
46 proposals
Remote project
Active 2 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
46 freelancers are bidding on average ₹6,007 INR for this job

The suite you describe is achievable; the thing that decides whether it is worth having in six months is flakiness. A cross-browser suite that fails intermittently gets ignored, then disabled, and then the effort is wasted. So my approach is built around that: - No fixed waits anywhere. Playwright's auto-waiting and web-first assertions, with explicit waits on state rather than on time. This alone removes most flakiness. - Page objects with selectors centralised, preferring roles and test IDs over CSS paths. A layout change should break one file, not thirty tests. - Test data created and cleaned per test, so tests do not depend on each other or on leftover state. Order-dependent suites are the second big source of flakiness. - Chrome and Firefox in parallel via projects in the config, with traces and screenshots on failure so a red build is diagnosable in a minute rather than an hour. - The three layers as you scoped: end-to-end flows, integration points, and a few fast unit tests — with the ratio weighted so the suite stays quick enough that people actually run it. - Wired into CI with a readable report. Background: Playwright is part of my regular toolchain, including production automation and PDF generation, and pytest suites in commercial products. TypeScript is my daily language. Questions: what is the application stack, is there any suite today, and roughly how many critical user flows should be covered first? Martin
₹4,500 INR in 4 days
6.2
6.2

I can set up a robust Playwright automation test suite for your web application, ensuring it runs smoothly on both Chrome and Firefox. My first step will be to wire Playwright into your existing Node/TypeScript repo and establish a clear folder structure. Based in Toronto, I work efficiently and prioritize communication to keep you updated throughout the process.
₹1,500 INR in 3 days
5.9
5.9

Hi, I’m a QA Engineer with 3+ years of hands-on experience in web application testing, automation, API testing, regression, and CI-oriented QA workflows. I have experience with Playwright and JavaScript/TypeScript and can build a clean, maintainable automation structure around your existing Node/TypeScript repository. I can set up Playwright for Chrome and Firefox with reusable fixtures, test data factories, meaningful assertions, screenshots/traces on failure, and a clear separation between E2E, integration, and unit coverage. I’ll also configure the Playwright setup, reporter, tsconfig, npm scripts, and GitHub Actions workflow so tests can run locally and automatically on pull requests. The README will include straightforward setup, execution, debugging, and extension instructions. I focus on stable automation rather than brittle scripts, using proper locators, condition-based waits, reusable components, and isolated test data. I’m available to start immediately and can work within your existing repository and coding standards. Best regards, Zain Ul Hassan
₹10,000 INR in 7 days
4.8
4.8

With over a decade of experience in automation engineering and proficiency in Playwright using JavaScript and TypeScript, I am the ideal candidate to create and manage your web application's automation test suite. Not only have I executed similar projects numerous times, but I've also worked extensively in CI/CD environments ensuring smooth integration with Github Actions. To further illustrate my suitability, allow me to showcase some key aspects of my approach: adherence to clean folder structures, creation of sensible fixtures/mocks/factories for meaningful test data, implementation of solid and reusable code that incorporates well-documented assertions, and integration of reporting capabilities with screenshots for substantial error tracking. My tests will encompass all three layers you specify—E2E flows, critical integrations as well as a selection of agile unit tests. Finally, rest assured that I am aware of the importance of readability,reusability and commit-ready code. To guarantee that my solutions do not just solve present problems but are ready for your system's future needs, maintaining your required lint rules throughout the project is top priority for me. If selected, I will put in fulleffort and skill into this initial project so that you can make an informed decision about whether you would like to make this a long-term collaboration – an aspect many clients have appreciated about working with me.
₹7,000 INR in 7 days
4.6
4.6

With over a decade of experience in full stack development, I am thoroughly versed in the modern web technologies, mobile frameworks, and API integrations that are necessary for the successful completion of your project. As an expert in JavaScript and Node.js, I have extensive knowledge and hands-on experience with tools like Playwright which will enable me to effectively design and implement a resilient test suite for you. Not only am I capable of delivering clean and commit-ready code through my understanding of Git, but my familiarity with CI/CD practices will ensure that the test suite is properly polished and continuously integrated into your existing setup. In addition, my skills in TypeScript and Node.js will aid me in seamlessly wiring Playwright into your Node/TypeScript repository. My passion for clean, scalable code aligns perfectly with your requirements for readable, reusable automation scripts that can run reliably on multiple web browsers. With positive feedback on my reliable communication skills from my previous clients, we can work together with minimal back-and-forths to achieve exactly what you have envisioned. Allow me to provide you with high-quality deliverables carrying a thorough coverage of end-to-end flows, critical integration points, and unit tests fuelled by meaningful assertions & screenshots
₹7,000 INR in 4 days
3.5
3.5

As a seasoned web and mobile designer and developer with over 6 years of extensive experience, I've worked across various platforms including Node.js, which makes me an ideal fit for your Playwright Automation Test Suite project. With my remarkable breadth of knowledge and expertise in web technologies, I have successfully built numerous test suites, adhering to every vital aspect of your project requirements. Throughout my career, I have consistently emphasized reliability and quality. My proficiency in using Playwright in both JavaScript and TypeScript has been tried and proven over the years, and I can ensure that your test suite not only covers end-to-end flows but also critical integration points and effective unit tests.
₹7,000 INR in 7 days
3.0
3.0

I understand you need a reliable Playwright automation suite integrated into an existing Node/TypeScript application with Chrome and Firefox coverage across E2E, integration, and unit testing. I build and maintain JavaScript/TypeScript applications with automated testing, CI/CD workflows, and clean development practices. I can set up Playwright structure, reusable fixtures, mocks, test factories, failure screenshots, reporting, and GitHub Actions integration. My full-stack background includes production systems at Marin Software and Poundit where I worked with JavaScript/TypeScript-based applications, APIs, automated workflows, and deployment pipelines. I understand the importance of readable tests that developers can maintain instead of fragile scripts. I can deliver a commit-ready Playwright setup with documentation, npm test workflows, CI validation, and clear patterns for adding future coverage. Can you share your current Node/TypeScript repository structure and the main user flows you want covered first?
₹8,500 INR in 4 days
2.3
2.3

Flaky cross-browser tests often stem from hidden timing differences between Chrome and Firefox, so I’ll add waits and retry logic to keep the suite stable. I’ll set up a clear folder hierarchy with shared fixtures and data factories so each test stays focused and reusable. Failure screenshots will be auto-saved by Playwright’s reporter for quick debugging. A common pitfall is committing test data that depends on external services, which can break the CI run when the service is slow or unavailable. I’ll mock those calls with Playwright’s route feature and keep the CI fast and deterministic. I’m ready to start immediately.
₹7,000 INR in 4 days
2.4
2.4

Hi, I can help you set up and maintain a clean, production-ready Playwright automation framework for your web application. I’m comfortable working with JavaScript/TypeScript, Node.js, Playwright, cross-browser testing, reusable fixtures, mocks, test data management, and CI/CD workflows. I can structure the suite to clearly separate E2E, integration, and unit tests while keeping the code modular and easy to extend. I can also configure Chrome and Firefox execution, screenshots/traces on failure, custom reporting, GitHub Actions integration, and clear README documentation so the entire team can run and maintain the suite easily. I’m available to start immediately and can first review the existing repository and current testing setup before proposing the framework structure.
₹1,500 INR in 4 days
1.3
1.3

Hi, I’ve reviewed your Playwright automation requirements and can set up a clean, maintainable test framework directly in your existing Node/TypeScript repository. I’ll configure Playwright with TypeScript, Chrome and Firefox projects, reusable fixtures, test data factories, mocks, meaningful assertions, failure screenshots and a custom reporter. I’ll also structure the suite to clearly separate E2E, integration and unit coverage. For CI, I’ll create a GitHub Actions workflow that runs the test suite on pull requests and reports failures clearly. I’ll also provide a concise README covering installation, local execution, CI usage and how developers can add new tests. My focus will be on reliable cross-browser execution, reusable test utilities, readable code and clean integration with your existing linting and Git workflow. I can start immediately and deliver a commit-ready implementation with Chrome/Firefox validation and documentation. Best, AkifH
₹5,000 INR in 3 days
1.1
1.1

Your scope is well defined and the main challenge is not only writing tests, but structuring a Playwright setup that remains maintainable as the application evolves. I can help you build a clean TypeScript-based testing foundation integrated into your existing Node repository with reliable execution across Chrome and Firefox. My approach would be: - Configure Playwright with a scalable folder structure separating E2E, integration, fixtures, mocks, and shared utilities. - Implement reusable fixtures and test data factories to reduce duplication and improve test stability. - Add meaningful assertions, automatic screenshots/traces on failure, and deterministic execution to minimize flaky behavior. - Create representative sample suites covering critical flows, integration points, and lightweight utility tests. - Integrate execution into GitHub Actions with PR validation and clear reporting. - Document local execution, CI usage, environment setup, and extension guidelines so the team can onboard quickly. I also pay close attention to readability and long-term maintainability: consistent naming, reusable helpers, typed utilities, and pragmatic abstractions instead of overly complex test frameworks. Estimated delivery is 5 days including CI integration, documentation, and review adjustments after your pipeline validation.
₹12,500 INR in 5 days
0.7
0.7

Hi, I’m interested in building and maintaining your Playwright automation test suite. I have 5+ years of QA automation experience with strong expertise in Playwright, JavaScript/TypeScript, web automation, API testing, and CI/CD. Your requirements closely match my experience, including: Playwright E2E automation using JavaScript/TypeScript Chrome and Firefox cross-browser testing E2E, integration, and unit-level test coverage Clean Page Object Model and reusable test architecture Fixtures, mocks, test data factories, and meaningful assertions Screenshots and debugging evidence on failures Git/GitHub workflow and CI/CD integration Custom reporting and test execution configuration Clear README and developer-friendly documentation I can integrate Playwright into your existing Node/TypeScript repository, structure the framework for scalability, and ensure the tests are reliable and maintainable. I’ll also make sure the suite is easy to execute locally and through GitHub Actions. I focus on production-quality automation with clean, readable code and stable tests—not just script creation. I’d be happy to review your existing repository and start with the highest-priority test flows. Best regards, Rana Kumar
₹7,000 INR in 7 days
0.0
0.0

Two phrases in your brief suggest you have been burned before: "cross-browser parity" and "commit-ready". Usually that means an earlier suite went flaky and everyone quietly stopped trusting it. So I would build this to survive. Role and label based locators instead of brittle CSS or XPath chains. Auto-waiting, never sleeps. Network mocking for anything that leaves your app, so a slow third party cannot fail your build. A worker-scoped auth fixture so tests are not logging in through the UI over and over. Data factories that create and clean up their own records, so nothing depends on the order tests happen to run in. For CI: full suite on Chromium and Firefox in parallel shards, traces and screenshots retained on failure, and a separate quarantine project for anything intermittent, so one unstable test does not stop the pipeline going red for reasons that actually matter. Background: 7 years engineering with a lot of browser automation, Selenium and Playwright, for both testing and large scale scraping. I also write the application code, which tends to make for better tests because I know where things really break. Before I firm up the estimate: roughly how many end-to-end flows do you consider critical, and am I replacing an existing suite or starting clean? Ayush
₹11,500 INR in 12 days
0.0
0.0

Ethan here, from South Africa. Your project immediately caught my eye. I'm really excited to partner with you. Building a solid Playwright test suite for your web application that runs reliably on both Chrome and Firefox is essential for ensuring cross-browser parity. My approach would involve wiring Playwright into your existing Node/TypeScript repo, focusing on a clear folder structure that enhances readability and reusability of the code. To improve workflow, I would implement sensible fixtures and mocks while ensuring meaningful assertions and screenshots on failures. Quality assurance will be paramount, with thorough documentation covering setup and execution, so any developer can run tests locally or within CI using GitHub Actions. What you need goes beyond just implementing tests; it’s about creating a dependable framework that supports your development goals. Please feel free to reach out so we can connect and further explore how I can contribute to your project's success. Kind regards, Ethan
₹5,150 INR in 8 days
0.0
0.0

As an accomplished Senior Full-Stack & App Developer with over 5 years of industry experience, I believe my technical arsenal combined with my commitment towards clean programming practices and effective communication makes me an ideal candidate for this project. Having worked extensively with JavaScript and Node.js, my solid working knowledge of Playwright in both JavaScript and TypeScript is a valuable asset that I bring to the table. I understand that building a reliable test suite for your web application entails not only robust end-to-end flows but also meticulous attention to critical integration points and fast unit tests around helper utilities - areas which I have hands-on expertise with. Moreover, wire integrating Playwright seamlessly into your existing Node/TypeScript repo, structuring the test suite for maximum efficiency alongside creating meaningful assertions and targeted screenshots on failure, falls well within the sphere of my proficiencies.
₹7,000 INR in 7 days
0.0
0.0

Hello, I’m Bharghav, bringing a decade of experience in matching job skills, particularly in JavaScript, Software Testing, and Node.js. My background positions me well to address your project requirements effectively. I understand your need for a solid automation test suite for your web application using Playwright. I'll ensure reliable cross-browser testing on Chrome and Firefox while following best practices for test structure and organization. My focus will be on creating clear, reusable code, complete with meaningful assertions and documentation for easy execution.
₹8,750 INR in 3 days
0.0
0.0

Earlier this month, I completed a project with a goal very similar to yours. I delivered a solution that achieved their goal cleanly, and they were thrilled with the outcome. I am ready to help you achieve the same kind of result. My focus is helping you build and maintain a solid automation test suite for your web application without unnecessary complexity. Your mention of cross-browser parity caught my eye. I have dealt with ensuring reliable test execution across Chrome and Firefox, so I understand what you're looking to achieve. This project is a strong fit for my experience with Playwright in TypeScript. I have worked on configuring Playwright projects, including setting up comprehensive test suites that follow best practices. I don't consider the job finished simply because the work is delivered. I consider it finished when you are 100% satisfied with the result. If you'd like to evaluate my work first, I am happy to start with the initial milestone. Kind Regards Yamkela Kambi
₹6,250 INR in 7 days
0.0
0.0

Hello! I can build and maintain a reliable Playwright test suite for your web application with strong Chrome and Firefox coverage. My approach: 1. Set up Playwright in your existing Node/TypeScript repository with a clean, scalable test structure, reusable fixtures, mocks, and test-data factories. 2. Implement practical E2E flows, critical integration tests, and focused unit tests for helper utilities with meaningful assertions and failure screenshots. 3. Configure a custom reporter and ensure tests run consistently across Chrome and Firefox. 4. Add a GitHub Actions workflow to execute the suite on every pull request and report results clearly. 5. Provide concise README documentation covering installation, npm test commands, CI usage, and extending the framework. I focus on maintainable automation rather than simply increasing test count. The final code will be clean, reusable, lint friendly, and ready for your team to continue expanding. I can start quickly and work directly within your existing repository.
₹1,500 INR in 7 days
0.0
0.0

I have 14+ years of QA experience and 5+ years in test automation, with strong hands-on expertise in Playwright, TypeScript/JavaScript, CI/CD, API testing, and scalable automation frameworks. I can build reliable, maintainable Playwright tests using Page Object Model, fixtures, smart waits, parallel execution, and clear reporting, with seamless CI integration.
₹5,000 INR in 6 days
0.0
0.0

As an expert automation engineer with over a decade of experience, I have a deep understanding of Playwright and its implementation across various web applications. I am well-versed with both JavaScript and TypeScript, which will ensure a seamless integration of Playwright into your existing Node/TypeScript repo. Through my extensive experience, I have not only developed robust test suites but also designed clean folder structures and implemented fixtures, mocks, and test data factories that are readable, reusable, and commit-ready. I understand the significance of cross-browser parity and the need for meaningful assertions accompanied with screenshots on failure. Besides my technical proficiency in developing automation tools and maintaining CI workflows using GitHub Actions, scalability and documentation is something that has always been at the forefront of my mind throughout my career. Moreover, my PhD in Artificial Intelligence equips me with the skills to offer strategic insights on how we can push the boundaries further with your project. Partnering with me guarantees meticulousness and thoroughness in every aspect of this task from design to documentation to executability. Let's team up to build a foolproof Playwright Automation Test Suite that empowers you to consistently validate your web application in a stress-free manner!
₹1,500 INR in 7 days
0.0
0.0

Pune, India
Member since Aug 14, 2026
min $50 USD / hour
₹12500-37500 INR
₹12500-37500 INR
$50000-100000 USD
₹100-400 INR / hour
₹600-1500 INR
₹1500-12500 INR
$25-50 USD / hour
₹600-1500 INR
₹600-1500 INR
$3000-5000 USD
₹100-400 INR / hour
₹1500-12500 INR
$30-250 USD
$250-750 USD
$250-750 USD
₹1500-12500 INR
₹12500-37500 INR
$30-250 USD
₹12500-37500 INR