Skip to content

Commit

Permalink
Add links for code 📌
Browse files Browse the repository at this point in the history
  • Loading branch information
Fzwael committed Feb 29, 2020
1 parent 7848110 commit 2b0c7a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Angular BDD

This project is part of the tutorial BDD with Angular and CucumberJs
This project is part of the tutorial BDD with Angular and CucumberJs.
Full code can be found here [Github](https://github.com/Fzwael/angular-bdd)

## Introduction

Expand Down Expand Up @@ -167,3 +168,5 @@ Now we can run `ng e2e` command and check the result.
This was a quick introduction to BDD with Angular, Cucumber and Protractor. We can always add other features or senarios.

The good thing about this configuration is for example we want to test the decrement feature we won't have to redefine the basic scenarios (going to home page and expecting the result). This is very helpful since in theory somone working on functionnal definitions could write new tests without having to add any new code to the application.

Full code can be found here [Github](https://github.com/Fzwael/angular-bdd)

0 comments on commit 2b0c7a5

Please sign in to comment.