Skip to content

Commit

Permalink
Fix Youtube Video in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashikant86 committed Oct 5, 2017
1 parent 5b5c712 commit 6a8e7b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -37,7 +37,7 @@
* [XCFit Features](#xcfit-features) * [XCFit Features](#xcfit-features)
* [Tech & Software Requirements](#tech--software-requirements) * [Tech & Software Requirements](#tech--software-requirements)
* [Installation](#installation) * [Installation](#installation)
* [XCFit Swift Framework](#xcfit-swift-framework--xcui-page-object-pattern--pre-defined-steps) * [XCFit Swift Framework](##xcfit-swift-framework--protocol-oriented-bdd)
* [Setting Cucumberish BDD Scenarios in Xcode](#setting-cucumberish-bdd-scenarios-in-xcode) * [Setting Cucumberish BDD Scenarios in Xcode](#setting-cucumberish-bdd-scenarios-in-xcode)
* [Advide on using pre-defined BDD Steps](#advise-on-using-pre-defines-bdd-style-steps) * [Advide on using pre-defined BDD Steps](#advise-on-using-pre-defines-bdd-style-steps)
* [Fitnesse for iOS: Acceptance/Contract Tests](#fitnesse-for-ios-acceptancecontract-tests) * [Fitnesse for iOS: Acceptance/Contract Tests](#fitnesse-for-ios-acceptancecontract-tests)
Expand Down Expand Up @@ -360,13 +360,12 @@ There are some predefined XCFit steps we can use by importing `XCFit` and extend


You can simply import `XCFit` inside the `UITestBase` class and extend it to XCFit. You can also use `FeatureSteps.swift` to implement or override some steps. You can read step by step tutorial on my blog on Protocol-Oriented BDD [here](http://shashikantjagtap.net/introducing-protocol-oriented-bdd-swift-ios-apps/) You can simply import `XCFit` inside the `UITestBase` class and extend it to XCFit. You can also use `FeatureSteps.swift` to implement or override some steps. You can read step by step tutorial on my blog on Protocol-Oriented BDD [here](http://shashikantjagtap.net/introducing-protocol-oriented-bdd-swift-ios-apps/)


# Practical Demo # Practical Demo: Watch Youtube Video


[![Alt text](https://img.youtube.com/vi/m2u0CGiwV_8/0.jpg)](https://www.youtube.com/watch?v=m2u0CGiwV_8) [![Alt text](https://img.youtube.com/vi/m2u0CGiwV_8/0.jpg)](https://www.youtube.com/watch?v=m2u0CGiwV_8)





### I would strongly recommend to use Protocol Oriented Approach for BDD and you can ignore the below mentioned patterns
** =====I would strongly recommend to use Protocol Oriented Approach for BDD and you can ignore the below mentioned patterns ===== **




--- ---
Expand Down

0 comments on commit 6a8e7b3

Please sign in to comment.