Skip to content

Accelerator project template based on Playwright, Junit and Cucumber

Notifications You must be signed in to change notification settings

0vid1u/cucumber-junit-playwright-allure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Accelerator project template based on Playwright, Junit and Cucumber

Reference Documentation

For further reference, please consider the following sections:

Working folder structure :

├───src
    └───test
        ├───java
        │   └───my
        │       └───accelerator
        │           └───atf
        │               │   CucumberRunner.java
        │               │
        │               ├───config
        │               │       TestConfig.java
        │               │
        │               ├───context
        │               │       DataUserKeys.java
        │               │       ScenarioContext.java
        │               │       ScenarioKeys.java
        │               │
        │               ├───hooks
        │               │       ExecutionHooks.java
        │               │
        │               └───steps
        │
        └───resources
            │   allure.properties
            │   application.properties
            │   cucumber.properties
            │   junit-platform.properties
            │   logback-test.xml
            │
            └───features

How to start code generator

mvn exec:java -e -Dexec.mainClass=com.microsoft.playwright.CLI -Dexec.args="codegen google.com"

How to run tests

mvn clean test

How to show allure report

allure serve -h localhost target/allure-results

About

Accelerator project template based on Playwright, Junit and Cucumber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published