Skip to content

xyteam/autobdd-project-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoBDD Project Initialization

Base project that serves as entry point to your specific projects that utilized AutoBDD Automation Framework

Usage

Prerequisites
  • Setup XYPlatform test environment
  • Clone AutoBDD framework to your local test environment
    • git clone https://github.com/xyteam/AutoBDD.git
Running your test project

To setup your project in AutoBDD Framework:

  1. Set up your target project with in github or gitlab
  2. cd to your local AutoBDD
  3. git pull the latest AutoBDD master
  4. cd to test-projects inside AutoBDD
  5. Execute git clone [email protected]:xyteam/autobdd-project-init.git <your-project-name>
  6. cd to
  7. rm -rf .git
  8. follow the git instruction in github/gitlab for and check-in the base code
  9. Sample structure of your project will look as below
+- AutoBDD
|   +-- ...
|   +-- test-projects
|       +-- <your-project-name>
|           +-- project
|           +-- test-init
|           +-- <your-test-module>
|           +-- ...