Skip to content

A training repository for TAEs, consisting of a reusable test automation framework development using Cucumber, TypeScript and WebDriver.

Notifications You must be signed in to change notification settings

tzero86/cucumber-typescript-webdriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Talks Hub React App to Practice E2E automation framework development.

To run the React App:

yarn start while inside the react-app folder.

Then to work with the e2e framework:

open another terminal inside the e2e folder and run:

yarn run cucumber:dev

Note: Env variables are required to set the Browser and its arguments:

make sure to set UI_BROWSER_AUTOMATION to your targe browser (firefox, chrome, safari) and also set BROWSER_ARGUMENTS env variable to null or your desired value.

Original react-app code is taken from the Udemy course: https://www.udemy.com/course/build-a-cucumber-selenium-typescript-automation-framework/

About

A training repository for TAEs, consisting of a reusable test automation framework development using Cucumber, TypeScript and WebDriver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published