xcfit 10.0.0 → 10.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f948ea85b14bbfe224131bfa8e9d5488b2e30209
4
- data.tar.gz: 8071da9a9f413bce57f134515e7a5c43a73454d6
3
+ metadata.gz: 40655afcbc8bf46fb3ab8a6a83aec240a352cf40
4
+ data.tar.gz: 1e13d2a164345d458ad886e210cf0f19e645c868
5
5
  SHA512:
6
- metadata.gz: a1065166011d9a9362bc2b706f28b1a4d4bbe6b4a5d1b16d3e6c5fd4153a68413964ebda2b5fcfeca11fec3865c9346bb699c73b1c73a11289799a66a5d5f793
7
- data.tar.gz: 0e8f717431774ea1c2e57dfc96a71ac27d3de1992f950eee1845f2cb35b1b445f065c1c5f2e8d160e83f8da4445277fc12af451f224ee1303eb77993294aae95
6
+ metadata.gz: e7d62f425660301bcec7ff1e91928c2d3259696d7a4e7b76c3eaae70ad56a14e31dc72ce5d29a9ff22d5f5b20344f39162d8de3a5dac79c47de0f2d9d97d1621
7
+ data.tar.gz: 8b019126871824dbc44cfea38c88c6d194f5b792c869e9698e6b8734acb6cba4684dcaa370de7cba7adf3b4d8f7600025a9c62f353dc3e572ea6468175894565
@@ -1 +1 @@
1
- 4.2
1
+ 5.0
@@ -1,11 +1,11 @@
1
1
  language: objective-c
2
- osx_image: xcode10
2
+ osx_image: xcode10.2
3
3
  cache:
4
4
  directories:
5
5
  - XCFit-Demo/Carthage
6
6
 
7
7
  before_install:
8
- - gem install fastlane --no-ri --no-rdoc --no-document
8
+ - gem install fastlane
9
9
 
10
10
  install: true
11
11
  script:
@@ -19,7 +19,7 @@ XCUIElement value needs to be replaced by locator from your Application.Some of
19
19
 
20
20
  whenITap(on element: XCUIElement)
21
21
  whenIDoubleTapOn(XCUIElement)
22
- whenItypeTextIntoTextField(textField: XCUIElement, text: String)
22
+ whenIypeTextIntoTextField(textField: XCUIElement, text: String)
23
23
  whenIActOnAlert(alertTitle: String, alertButton: String)
24
24
  whenIAllowSystemAlert(alertDescription: String)
25
25
  whenISlideASlider(by normalisedValue: CGFloat)
@@ -32,15 +32,15 @@ XCUIElement value needs to be replaced by locator from your Application.Some of
32
32
 
33
33
  ## Waiter Actions
34
34
 
35
- whenIexpectElementToAppear(XCUIElement)
36
- whenIexpectElementTimeOut(XCUIElement)
37
- whenIexpectElementIncorrectOrder(XCUIElement)
38
- whenIexpectElementInvertedFulfillment(XCUIElement)
35
+ whenIExpectElementToAppear(XCUIElement)
36
+ whenIExpectElementTimeOut(XCUIElement)
37
+ whenIExpectElementIncorrectOrder(XCUIElement)
38
+ whenIExpectElementInvertedFulfillment(XCUIElement)
39
39
 
40
40
  ## Assertions
41
41
 
42
42
  thenIShouldSee(XCUIElement)
43
- thenElemenShouldHavePlaceholderValue(XCUIElement, String)
43
+ thenElementShouldHavePlaceholderValue(XCUIElement, String)
44
44
  thenElementShouldHaveTitle(XCUIElement, String)
45
45
  thenElementShouldBeEnabled(XCUIElement)
46
46
  thenElementShouldBeVisible(XCUIElement)
@@ -1,2 +1,2 @@
1
1
 
2
- github "Shashikant86/XCFit" "10.0.0"
2
+ github "Shashikant86/XCFit" "10.2.0"
@@ -64,13 +64,6 @@
64
64
  );
65
65
  runOnlyForDeploymentPostprocessing = 0;
66
66
  };
67
- 9B8ED912209642B100EEA377 /* Frameworks */ = {
68
- isa = PBXFrameworksBuildPhase;
69
- buildActionMask = 2147483647;
70
- files = (
71
- );
72
- runOnlyForDeploymentPostprocessing = 0;
73
- };
74
67
  /* End PBXFrameworksBuildPhase section */
75
68
 
76
69
  /* Begin PBXGroup section */
@@ -195,9 +188,6 @@
195
188
  9B8ED90E209642B100EEA377 /* Sources */,
196
189
  9B8ED90F209642B100EEA377 /* Frameworks */,
197
190
  9B8ED910209642B100EEA377 /* Resources */,
198
- 9B8ED911209642B100EEA377 /* Sources */,
199
- 9B8ED912209642B100EEA377 /* Frameworks */,
200
- 9B8ED913209642B100EEA377 /* Resources */,
201
191
  9B8ED931209645B600EEA377 /* ShellScript */,
202
192
  );
203
193
  buildRules = (
@@ -266,13 +256,6 @@
266
256
  );
267
257
  runOnlyForDeploymentPostprocessing = 0;
268
258
  };
269
- 9B8ED913209642B100EEA377 /* Resources */ = {
270
- isa = PBXResourcesBuildPhase;
271
- buildActionMask = 2147483647;
272
- files = (
273
- );
274
- runOnlyForDeploymentPostprocessing = 0;
275
- };
276
259
  /* End PBXResourcesBuildPhase section */
277
260
 
278
261
  /* Begin PBXShellScriptBuildPhase section */
@@ -329,13 +312,6 @@
329
312
  );
330
313
  runOnlyForDeploymentPostprocessing = 0;
331
314
  };
332
- 9B8ED911209642B100EEA377 /* Sources */ = {
333
- isa = PBXSourcesBuildPhase;
334
- buildActionMask = 2147483647;
335
- files = (
336
- );
337
- runOnlyForDeploymentPostprocessing = 0;
338
- };
339
315
  /* End PBXSourcesBuildPhase section */
340
316
 
341
317
  /* Begin PBXTargetDependency section */
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'XCFit'
3
- s.version = '10.0.0'
3
+ s.version = '10.2.0'
4
4
  s.summary = 'Full Stack BDD for iOS and macOS Apps with Swift, Xcode using XCUITest, Cucumberish, FitNesse and friends.'
5
5
 
6
6
  s.description = <<-DESC
@@ -1,4 +1,4 @@
1
- //
1
+ ery//
2
2
  // CommonStepDefinitions.swift
3
3
  // Copyright © 2017 XCFit Framework. All rights reserved.
4
4
  //
@@ -23,20 +23,20 @@ class CommonStepDefinitions: NSObject {
23
23
  var elementQurey : XCUIElementQuery!
24
24
  switch(type){
25
25
  case "button":
26
- elementQurey = application.buttons
26
+ elementQuery = application.buttons
27
27
  case "label":
28
- elementQurey = application.staticTexts
28
+ elementQuery = application.staticTexts
29
29
  case "tab":
30
- elementQurey = application.tabs
30
+ elementQuery = application.tabs
31
31
  case "field", "text field":
32
- elementQurey = application.textFields
32
+ elementQuery = application.textFields
33
33
  case "textView", "text view":
34
- elementQurey = application.textViews
34
+ elementQuery = application.textViews
35
35
  case "view":
36
- elementQurey = application.otherElements
36
+ elementQuery = application.otherElements
37
37
  default: elementQurey = application.otherElements
38
38
  }
39
- return elementQurey[label]
39
+ return elementQuery[label]
40
40
  }
41
41
 
42
42
  fileprivate func setup(_ application: XCUIApplication)
@@ -19,6 +19,6 @@ class HomeScreen: XCTestCase {
19
19
 
20
20
  // You can add locators and functions of homeScreen here
21
21
 
22
- let homeButtuon = XCUIApplication().buttons["Home"]
22
+ let homeButton = XCUIApplication().buttons["Home"]
23
23
 
24
24
  }
data/circle.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  machine:
2
2
  xcode:
3
- version: "10.0.0"
3
+ version: "10.2.0"
4
4
 
5
5
  dependencies:
6
6
  pre:
@@ -1,3 +1,3 @@
1
1
  module XCFit
2
- VERSION = "10.0.0"
2
+ VERSION = "10.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcfit
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.0
4
+ version: 10.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant86
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-14 00:00:00.000000000 Z
11
+ date: 2019-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor