executeautomation / SeleniumGitHubActions

Contains the same code from Selenium with Cucumber repo, just a demo on GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeleniumWithCucumber

This is an sample project to demonstrate how to work with Selenium and cucumber for Java

Java CI with Maven

# Important
Make sure you have JAVA 10 or above installed to run this test

Access Cucumber Report online

Access Cucumber Report from GitHub pages running via GitHub Actions from here https://executeautomation.github.io/SeleniumWithCucucumber/cucumber-report-html/cucumber-html-reports/report-feature_file-src-test-java-features-Login-feature.html

Upgraded to Cucumber 4

The code is now upgraded to Cucumber 4 with new

Upgraded to Cucumber-JVM 5

The code is now upgraded to Cucumber 4 with new

  1. Libraries support
  2. Test Runner support
  3. Hooks (@BeforeStep and @AfterStep)
  4. DataTable code change

More Information

The complete code base development video is available in ExecuteAutomation YouTube channel https://www.youtube.com/playlist?list=PL6tu16kXT9Pqr70SZlwcmTSAfOw_0Qj3R

Cucumber BDD video Series (YouTube)

https://www.youtube.com/playlist?list=PL6tu16kXT9PpteusHGISu_lHcV6MbBtA6

Cucumber BDD video Series (Udemy)

https://www.udemy.com/cucumber-with-selenium/

For more articles and videos

Visit http://www.executeautomation.com

About

Contains the same code from Selenium with Cucumber repo, just a demo on GitHub Actions


Languages

Language:Java 96.2%Language:Gherkin 3.8%