
Closed
Posted
Paid on delivery
I already have a complete Selenium-based automated test suite that currently runs against Chrome, and I want the same coverage reproduced in Playwright. Your job is to review the existing Java codebase, understand each test’s intention, then rebuild it in Playwright using best practices such as test fixtures, page objects, and meaningful assertions. I will provide: • The current Selenium project with source, page object files, and test data • Access credentials for the staging environment where the tests execute • A short document outlining any environment variables, login flows, and CI hooks we rely on today What I expect back: • A Playwright project (TypeScript or JavaScript) mirroring every test scenario now covered in Selenium • Cross-platform execution instructions so the suite can run locally and inside our GitHub Actions pipeline • Clean, readable code that uses Playwright’s built-in waiting strategies rather than manual sleeps • A short README describing setup, running commands, and how to add future tests Once the converted suite runs green on my machine and in CI, I will consider the task complete and release payment. If you can suggest extra value—such as leveraging Playwright’s built-in visual comparisons or parallel execution settings—let me know and we can discuss adding it as a follow-up milestone.
Project ID: 40495403
58 proposals
Remote project
Active 23 secs ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
58 freelancers are bidding on average ₹23,459 INR for this job

Hi, your "Convert Selenium Tests to Playwright" project is right in my wheelhouse. I develop modern JavaScript apps end to end — React/Vue/Next on the front and Node/Express on the back, in TypeScript where it helps. Working with java, javascript, testing / qa, test automation, software development, continuous integration, selenium, web testing, I focus on responsive, fast UIs, clean component structure, and reliable APIs — no page-builder shortcuts. I'll lock down the scope and key flows first, then ship in reviewable increments. Let's hop on a quick chat to align on your requirements? ⭐ 5.0/5 from a recent client: "This was wonderful experience and I also got an addtional choice of updating budget and other features which was not available in the old version of my existing software that I used to perform my d…" Final timeline and cost will be confirmed in chat after a complete understanding and documentation of the project expectations in detail.
₹30,000 INR in 6 days
6.9
6.9

Hi, I am a software engineer with experince in both Selenium and Playwright based automation, and this is exactly the kind of project I enjoy. I'll thoroughly review your existing page objects and test logic, then rebuild everything in TypeScript using Playwright best practices — fixtures, page object model, and smart auto-waiting instead of manual sleeps. You'll receive a fully structured project with GitHub Actions integration and a clear README. My code will be clean, maintainable, and easy to extend. I'm also happy to incorporate parallel execution and visual regression testing as a follow-up. Ready to start immediately upon receiving the codebase. Kind regards, Saminda
₹12,500 INR in 7 days
6.7
6.7

Hello, I have experience with both Selenium and Playwright automation frameworks and can help migrate your existing Selenium test suite to a clean, maintainable Playwright project while preserving the current test coverage. My approach will be to first analyze the existing Java-based framework, understand the intent of each test, page object, and data flow, and then rebuild the suite in Playwright using modern automation practices. This includes reusable page objects, fixtures, robust assertions, proper test organization, and Playwright’s built-in waiting mechanisms instead of hard-coded sleeps. Deliverables: • Complete Playwright conversion of existing Selenium test scenarios • TypeScript or JavaScript implementation based on your preference • Cross-platform execution support • GitHub Actions CI integration guidance • Clean project structure with reusable components • README covering setup, execution, configuration, and future test additions • Stable and maintainable code following Playwright best practices I can also recommend enhancements such as parallel execution, trace viewer integration, screenshots/videos on failure, visual testing, and optimized CI execution to improve reliability and execution speed. I am available to start immediately and can begin reviewing the Selenium framework as soon as access is provided. Best regards, Zain
₹25,000 INR in 7 days
4.8
4.8

Hello, I'm Karthik, a Software Architect with 15+ years of experience in test automation, QA frameworks, Java, JavaScript, Selenium, Playwright, and CI/CD pipelines. I can review your existing Selenium Java framework, understand the business intent behind each test, and accurately migrate the entire suite to Playwright using modern best practices such as Page Object Model, reusable fixtures, centralized configuration, and robust assertions. The converted framework will leverage Playwright's built-in auto-waiting capabilities, eliminating flaky tests caused by manual sleeps. Deliverables will include a clean Playwright TypeScript/JavaScript project, GitHub Actions integration, cross-platform execution support, environment configuration, and a concise README covering setup, execution, and future test development. Beyond migration, I can also help enable parallel execution, HTML reporting, screenshots/videos on failure, visual regression testing, and improved execution speed compared to Selenium. I have extensive experience modernizing legacy automation frameworks and ensuring stable CI/CD execution with maintainable, scalable test architecture. Ready to review your Selenium suite and start the migration immediately. Regards, Karthik
₹50,000 INR in 7 days
4.5
4.5

hi there, with over 8 years of experience in test automation and selenium to playwright migrations, i can fully convert your java selenium suite to a clean playwright project in typescript using page objects, fixtures and best practices. will include clear readme and ci setup. i'm available right now, ready to start today.
₹25,000 INR in 2 days
3.9
3.9

Hi Respected Sir, Greetings of the day..... I am very much suitable for this offer, as I have wide variety of ways of working in software testing both manual and automation. When it comes to manual :- 1) I have Test Strategy preparation at organisation level 2) I have test plan preparation based on project 3) I have test cases, test data and test environment creation experience 4) Test execution experience 5) Test bug reporting 6) Test signoff report preparation Automation:- OOPS, Java, Selenium, Cucumber, Jenkins, Python 3.6 and 2.7 and Eclipse ETL testing, SIT Testing, Interface Testing, Backend SQL Testing, Mobile App testing using WDIO using Appium on labs, Browser stack. Docker and Microservices testing, XCSUI Test, XCode, IOS and Android testing. IOS based on SWIFT Rest Assured, Protractor, WDIO, Jasmine, Mocha, Cucumber, Cypress, Angular JS, Node.js for Single Page technology testing, Postman, Locator, Xpath, git, gitlab, playwright JavaScript, type script, Core Java, Cucumber, Sauce Labs, JMeter Data Base Testing Telecom BSS testing Rally Tool, ALM, qtest, Tosca, Jira Tool Robot framework using python and CI/CD pipelines using docker on gitlab and aws cloud Thanks, V Rama Prasada Reddy +91-9620100445
₹25,000 INR in 30 days
4.1
4.1

Hello, I can efficiently convert your Selenium tests to Playwright, ensuring full coverage and adherence to best practices like test fixtures, page objects, and meaningful assertions. I’ll review your Java codebase, rebuild the tests in TypeScript or JavaScript, and provide cross-platform execution instructions for local and GitHub Actions use. My approach includes clean, readable code with Playwright’s built-in waiting strategies and a detailed README for setup and future test additions. With 5+ years of experience, I’ll deliver a suite that runs smoothly on your machine and in CI. If you’d like, I can also explore additional features like visual comparisons or parallel execution for future milestones. Message me for samples or to discuss further. Thanks, Adegoke. M
₹22,500 INR in 3 days
3.8
3.8

Hello there, I have great work experience with automation using playwright and selenium. i will make sure to deliver satisfactory results as per your requirements. lets chat more about details.
₹18,000 INR in 5 days
2.9
2.9

Selenium suites almost always have a layer of explicit sleeps and WebDriverWait calls that exist purely because timing was not reliable. Those become dead weight in Playwright, which waits natively on element visibility, network idle, and DOM mutations before acting. The actual port covers three things: rewriting browser init and context setup (Playwright's async model vs Selenium's synchronous driver), translating locators (keeping CSS selectors where they're solid, switching fragile XPaths to role/text/label-based ones), and swapping out the runner config so your CI pipeline continues to work without manual intervention. Full Playwright suite with all existing assertions preserved, flaky explicit waits removed, CI config updated and verified passing. 33,000 INR, 3 days. One thing worth confirming before I start: are the tests currently running in a Docker container or directly on the CI runner? That affects how I set up the Playwright browser install step.
₹33,000 INR in 3 days
2.9
2.9

Hi, I've reviewed your job description and understand that you want me to convert your existing Selenium test suite to Playwright. I'm confident in my ability to review the existing Java codebase, rebuild the tests in Playwright using best practices, and provide cross-platform execution instructions. I'll start by carefully reviewing the provided Selenium project, page object files, and test data to ensure a thorough understanding of each test's intention. I'll then rebuild the tests in Playwright using TypeScript, incorporating test fixtures, page objects, and meaningful assertions. To ensure a smooth transition, I'll use the provided document outlining environment variables, login flows, and CI hooks to replicate the existing setup in Playwright. I'll also make sure to test the rebuilt test suite against the staging environment to ensure it meets your requirements. My experience with Node.js and JavaScript will help me navigate the Playwright framework, and I'm familiar with best practices for test automation. I'll provide you with a clear, well-structured Playwright project that mirrors every test scenario covered in Selenium. Before I begin, can you please confirm if you have any specific requirements for the test data or if there are any additional environment variables I should be aware of?
₹21,595 INR in 3 days
2.5
2.5

As an experienced software engineer with over 8 years of experience, I can confidently say that I am well-equipped to tackle this project. While my background includes a wide array of programming languages and frameworks, including your current Selenium setup, I am also adept in using Playwright proficiently. Having developed numerous mobile and web applications, I have learned the importance of clean, readable code and proper documentation in ensuring a seamless transition and efficient maintenance. I understand the significance of mirroring every single test scenario correctly for accurate coverage. With your existing supplied material and thorough understanding of Playwright's best practices such as test fixtures, page objects, and meaningful assertions; I am eager to dive into converting your Selenium-based test suite into a Playwright project entirely to your specifications. To ensure successful implementation post-delivery and streamline your processes further, I would also like to suggest leveraging Playwright's built-in visual comparisons or parallel execution settings as valuable additions. Together we can explore these opportunities in detail as a potential follow-up milestone. Through effective communication and proactive problem-solving strategies, I look forward to maximizing the value of this project for you.
₹25,000 INR in 7 days
2.1
2.1

Hi, I can help with converting your Selenium automated suite into a Playwright project that reproduces the same Chrome test coverage end-to-end. I’ll start by reviewing the existing Java Selenium codebase to map each test’s intent into Playwright fixtures, page objects, and meaningful assertions, then run an early “smoke” migration to validate selectors, logins, and data wiring. To reduce risk, I’ll mirror your current env vars, staging flow, and CI hooks, and I’ll replace sleeps with Playwright’s waiting strategies while keeping changes reviewable test-by-test. Do you want the Playwright implementation in TypeScript or JavaScript? Also, are there any special authentication or test-data steps beyond what’s in your current CI/environment document? If you share the repo and docs, we can kick off this week.
₹15,000 INR in 3 days
1.6
1.6

Hi, I can convert your existing Selenium Java test suite to Playwright while maintaining the same test coverage and improving reliability, readability, and execution speed. I'll review the current Selenium framework, page objects, test data, and supporting utilities to understand each test's purpose before rebuilding it in Playwright using best practices such as Page Object Models, reusable fixtures, robust locators, and meaningful assertions. Deliverables: • Complete Playwright project (TypeScript/JavaScript) • Coverage matching all existing Selenium test scenarios • Clean, maintainable code using Playwright's built-in waits and locators • GitHub Actions compatible setup • Cross-platform execution instructions • README covering installation, configuration, execution, and adding new tests My focus is on delivering a stable and scalable framework rather than a direct code translation. I will ensure the converted suite runs successfully in both local and CI environments and follows Playwright standards for maintainability. Additionally, I can suggest improvements such as parallel execution, screenshots/videos on failure, trace viewer integration, and visual regression testing for future enhancements. I'm ready to review the project structure, staging environment, and CI requirements and start the migration immediately. Looking forward to working with you.
₹20,000 INR in 7 days
0.8
0.8

Hello, I am a QA Automation Engineer with experience in Selenium, Java, TestNG, Page Object Model, CI/CD integration, and modern test automation frameworks. I can review your existing Selenium Java framework, understand the business flow behind each test case, and accurately migrate the suite to Playwright while maintaining the same test coverage. I follow automation best practices including reusable page objects, fixtures, proper assertions, and stable synchronization strategies without hard-coded waits. I can also provide execution documentation, setup instructions, GitHub Actions integration support, and recommendations for improving execution speed through parallel execution and Playwright best practices. I am available to review the existing framework and discuss the migration approach before starting.
₹25,000 INR in 7 days
0.4
0.4

As a highly experienced software engineer with 20 years in the industry, I believe I'm an excellent candidate for this project. My PhD in Artificial Intelligence, coupled with my extensive expertise in Java and JavaScript, make me well-versed in the intricate concepts of test automation. Throughout my career, I have consistently delivered robust and efficient solutions to complex software challenges, having worked on a diverse range of sophisticated systems including AI-powered voice agents, Machine Learning-based analytics tools, and large-scale SaaS applications. This project aligns perfectly with my skill set and I'm confident in my capacity to effectively convert your Selenium suite into Playwright. Moreover, my deep understanding of CI/CD practices and cloud deployment uniquely positions me to deliver a solution that will easily integrate with your existing GitHub Actions pipeline and execute seamlessly across multiple platforms. I understand the significance of clean, readable code and employing best practices like test fixtures, page objects, and meaningful assertions.
₹12,500 INR in 7 days
0.0
0.0

A fast, flake-free test suite that provides instant confidence in every deployment without the maintenance headache of Selenium. I will convert your Java Selenium project into a high-performance TypeScript Playwright suite, specifically eliminating manual sleeps in favor of auto-waiting and implementing a robust Page Object Model. I'll handle the entire migration as a done-for-you service: 1. Full audit of your Java codebase to map every test scenario. 2. Rebuilding the suite in TypeScript using test fixtures and meaningful assertions. 3. Configuring your GitHub Actions pipeline for seamless, parallel execution. Within the first 48 hours, I will deliver the converted core login and critical path smoke tests running in your staging environment so you can verify the architecture immediately. I have a proven track record of migrating legacy Selenium suites to Playwright, focusing on reducing execution time and removing the "flakiness" typical of Java-based Selenium setups. To ensure 1:1 coverage, I will provide a mapping document cross-referencing every original test with its Playwright equivalent. Ready to start immediately—should we jump on a quick call to review the current p
₹37,000 INR in 10 days
0.0
0.0

Hello, I can help with Convert Selenium Tests to Playwright. I specialize in automation, API integrations, AI-assisted workflows, backend services, and production-ready web systems. My approach is to first confirm the exact requirements, then deliver a working milestone quickly, with clear progress updates and testable results. For this bid I propose 5 day(s) and a budget of 12500.0. Relevant areas I identified: Java, JavaScript, Testing / QA, Test Automation, Software Development, Continuous Integration, Selenium, Web Testing. I can start by reviewing your current assets/specification and sending a concrete implementation plan before the first milestone.
₹12,500 INR in 5 days
0.0
0.0

As an accomplished developer with extensive experience in software development and automation workflows, I'm confident that I would be the best fit for your project to convert your existing Selenium test suite to Playwright. Not only do I possess the requisite skills in JavaScript, crucial for Playwright, but my expertise also extends to building robust and performant web applications, APIs, and automation scripts. What sets me apart is my ability to understand complex codebases and architect clean solutions that deliver optimum results. I would carefully review your Java-based Selenium project, not just replicating tests in Playwright, but also enforcing best practices like test fixtures, meaningful assertions, and page objects in the new codebase. Moreover, aligning with your expectations, I would provide a well-documented Playwright project including cross-platform execution instructions and coherent README file for future reference. I value thorough quality checks and assure you that I would diligently iterate through the Playwright project until it runs seamlessly on your machine and in CI. If you desire any value-additions such as leveraging Playwright's built-in visual comparisons or parallel execution settings, I would be more than happy to discuss incorporating them into our work together. Let's elevate your current test suite into a more powerful one with Playwright using my expertise.
₹35,000 INR in 6 days
0.0
0.0

Hi, You already have a Selenium test suite that validates your application, and the goal is to migrate that coverage to Playwright without losing the intent behind any test while improving maintainability, reliability, and CI execution. I will begin by reviewing the existing Selenium Java project, including page objects, test data, login flows, environment variables, and GitHub Actions integration. From there, I will rebuild each test scenario in Playwright (TypeScript or JavaScript), ensuring the original business behavior remains fully covered. The delivered project will include: • Playwright tests mirroring the current Selenium coverage • Reusable page objects and test fixtures • Clear, meaningful assertions focused on user behavior • Playwright's built-in waiting mechanisms instead of manual sleeps • Cross-platform execution instructions for local development and GitHub Actions • A concise README covering setup, execution, CI usage, and adding new tests My focus is not only to convert the tests but also to leave you with a suite that is easier to maintain, executes reliably in CI, and can scale as your application grows. I have experience working with JavaScript/TypeScript projects, automated testing workflows, GitHub Actions, and maintainable test architecture, allowing me to deliver a migration that is clean, readable, and production-ready. I would be happy to review the existing Selenium project and provide a migration plan. Best regards, Rawda
₹20,000 INR in 7 days
0.0
0.0

can efficiently migrate your existing Java/Selenium test suite to a modern, robust Playwright framework (TypeScript/JavaScript) while maintaining 100% test coverage. Based on your project description in I will review your Java codebase, map out the current test intents, and completely rebuild them using Playwright best practices. Here is how I plan to execute this migration: Page Object Model (POM): Rebuilding your current page objects into clean, maintainable Playwright classes. Custom Test Fixtures: Utilizing Playwright's native test fixtures to handle authentication/login flows and state management efficiently, reducing test execution time. Robust Assertions: Swapping out brittle waits/assertions for Playwright’s auto-waiting web-first assertions. CI/CD & Environment Integration: Ensuring your existing environment variables and CI hooks are fully integrated into the new repository. What I will deliver within 7 days A fully structured Playwright project matching your exact Selenium scenarios. Cross-platform execution documentation. Clean, documented code that is ready for your CI/CD pipeline.
₹25,000 INR in 7 days
0.0
0.0

New Delhi, India
Member since Jun 6, 2026
₹100-400 INR / hour
$750-1500 USD
$250-750 USD
$15-25 USD / hour
₹12500-37500 INR
₹1500-12500 INR
$15-25 USD / hour
₹12500-37500 INR
$2-8 USD / hour
$10-30 USD
₹600-1500 INR
$10-30 USD
$3000-5000 USD
$2-8 AUD / hour
$15-25 USD / hour
$10-30 USD
₹1500-12500 INR
$10-30 USD
$30-250 USD
$10-30 USD