Skip to content

huanginch/graphwalker-SimpleExapmle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A Simple Graph Walker Example with Selenium

This is a simple example of using the GraphWalker framework with Selenium. You can go to my blog to read the Graphwalker: A Simple Example with Selenium article. (But it is written in Chinese.)

Target

Test the Wine World website path from Home page to Product page and ProductDetail page.

Prerequisites

  • Java 8 or higher (I use 19)
  • Maven 3 or higher (I use 3.9.0)

Running the example

  1. Clone the repository
$ git clone https://github.com/huanginch/graphwalker-SimpleExapmle.git
  1. Build the project
$ cd graphwalker-SimpleExapmle
$ mvn clean install
$ mvn graphwalker:generate-sources
  1. Run the test
$ mvn graphwalker:test

Model

The model is defined in the WineWorld.json

Use the GraphWalker Studio to view the model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages