GithubHelp home page GithubHelp logo

cucumber7.xtestnglatestpoc's Introduction

Cucumber7.xTestNGLatestPOC

Cucumber7.xTestNGLatestPOC

This repository contains a Proof of Concept (POC) for running Cucumber tests in parallel using TestNG with Cucumber 7.x. The project demonstrates how to set up and configure your test framework to execute Cucumber scenarios in parallel with TestNG.

Prerequisites

Java 8 or higher Maven 3.x

Project Structure

Screenshot 2023-03-28 at 2 17 42 PM

Usage

Clone the repository: git clone https://github.com/naveenanimation20/Cucumber7.xTestNGLatestPOC.git

Navigate to the project directory:

cd Cucumber7.xTestNGLatestPOC

Run the tests with Maven:

mvn clean test

The tests will execute in parallel, and you can view the test results in the target/cucumber-reports directory.

Customization

To adjust the level of parallelism, edit the testng.xml file and update the thread-count attribute to the desired number of threads:

<suite name="Cucumber Parallel Suite" verbose="1" parallel="tests" thread-count="5"> You can also add or remove elements in the testng.xml file to control the number of parallel test executions.

Contributing

Feel free to submit issues or pull requests if you find any bugs or have suggestions for improvements.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

cucumber7.xtestnglatestpoc's People

Contributors

naveenanimation20 avatar

Stargazers

 avatar Bharathi Balaji Rangaraj avatar  avatar İpek Yağmur Kuzum avatar  avatar  avatar SANDESH SURYAKANT DALVI avatar Fang Zhang avatar K.GOVARDHAN avatar Bhagya avatar Laxmikant Kulkarni avatar  avatar Phanison avatar SherX avatar  avatar  avatar Prashanti Sanku avatar Lava Kafle avatar Subhrajyoti Dash avatar Nilufar A. avatar Naresh Chauhan avatar  avatar  avatar  avatar Ridhi08 avatar  avatar  avatar

Watchers

 avatar Versatile_Gaurav avatar Ankush Singhal avatar

cucumber7.xtestnglatestpoc's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.