-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b3c2213
Showing
48 changed files
with
4,556 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+351 Bytes
classes/java/test/io/github/selcukes/example/cucumber/TestRunner.class
Binary file not shown.
Binary file added
BIN
+1.69 KB
classes/java/test/io/github/selcukes/example/cucumber/pages/CommonPage.class
Binary file not shown.
Binary file added
BIN
+461 Bytes
classes/java/test/io/github/selcukes/example/cucumber/pages/LoginPage.class
Binary file not shown.
Binary file added
BIN
+463 Bytes
classes/java/test/io/github/selcukes/example/cucumber/pages/MobileTestPage.class
Binary file not shown.
Binary file added
BIN
+479 Bytes
classes/java/test/io/github/selcukes/example/cucumber/pages/NotepadPage.class
Binary file not shown.
Binary file added
BIN
+4.04 KB
classes/java/test/io/github/selcukes/example/cucumber/steps/CucumberHooks.class
Binary file not shown.
Binary file added
BIN
+2.96 KB
classes/java/test/io/github/selcukes/example/cucumber/steps/LoginSteps.class
Binary file not shown.
Binary file added
BIN
+2.98 KB
classes/java/test/io/github/selcukes/example/cucumber/steps/MobileTestSteps.class
Binary file not shown.
Binary file added
BIN
+3.53 KB
classes/java/test/io/github/selcukes/example/cucumber/steps/MySteps.class
Binary file not shown.
Binary file added
BIN
+2.32 KB
classes/java/test/io/github/selcukes/example/cucumber/steps/NotepadSteps.class
Binary file not shown.
Binary file added
BIN
+1.88 KB
classes/java/test/io/github/selcukes/example/cucumber/utils/TestContext.class
Binary file not shown.
Binary file added
BIN
+2.33 KB
classes/java/test/io/github/selcukes/example/testng/CalculatorTest.class
Binary file not shown.
Binary file added
BIN
+2.34 KB
classes/java/test/io/github/selcukes/example/testng/api/GraphQLQuery.class
Binary file not shown.
Binary file added
BIN
+3.93 KB
classes/java/test/io/github/selcukes/example/testng/api/GraphQLTest.class
Binary file not shown.
Binary file added
BIN
+1.62 KB
classes/java/test/io/github/selcukes/example/testng/api/QueryLimit.class
Binary file not shown.
Binary file added
BIN
+1.87 KB
classes/java/test/io/github/selcukes/example/testng/api/User$UserBuilder.class
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"line":1,"elements":[{"start_timestamp":"2024-12-14T16:09:01.817Z","before":[{"result":{"duration":31936939000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeTest(io.cucumber.java.Scenario)"}}],"line":4,"name":"Navigation to Secure Dialog","description":"","id":"secure-dialog-test-in-api-demo-application;navigation-to-secure-dialog","after":[{"result":{"duration":1096000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterTest(io.cucumber.java.Scenario)"}}],"type":"scenario","keyword":"Scenario","steps":[{"result":{"duration":2117162000,"status":"passed"},"before":[{"result":{"duration":1086000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeStep(io.cucumber.java.Scenario)"}}],"line":5,"name":"I click on \"App\" link","match":{"arguments":[{"val":"\"App\"","offset":11}],"location":"io.github.selcukes.example.cucumber.steps.MobileTestSteps.iClickOn(java.lang.String)"},"after":[{"result":{"duration":1508059000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterStep(io.cucumber.java.Scenario)"}}],"keyword":"When "},{"result":{"duration":141434000,"status":"passed"},"before":[{"result":{"duration":843000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeStep(io.cucumber.java.Scenario)"}}],"line":6,"name":"\"Activity\" text should display","match":{"arguments":[{"val":"\"Activity\"","offset":0}],"location":"io.github.selcukes.example.cucumber.steps.MobileTestSteps.textShouldDisplay(java.lang.String)"},"after":[{"result":{"duration":384093000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterStep(io.cucumber.java.Scenario)"}}],"keyword":"Then "},{"result":{"duration":288739000,"status":"passed"},"before":[{"result":{"duration":737000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeStep(io.cucumber.java.Scenario)"}}],"line":7,"name":"I click on \"Activity\" link","match":{"arguments":[{"val":"\"Activity\"","offset":11}],"location":"io.github.selcukes.example.cucumber.steps.MobileTestSteps.iClickOn(java.lang.String)"},"after":[{"result":{"duration":1402240000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterStep(io.cucumber.java.Scenario)"}}],"keyword":"When "},{"result":{"duration":7664374000,"status":"passed"},"before":[{"result":{"duration":872000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeStep(io.cucumber.java.Scenario)"}}],"line":8,"name":"I scroll down and click on \"Secure Surfaces\"","match":{"arguments":[{"val":"\"Secure Surfaces\"","offset":27}],"location":"io.github.selcukes.example.cucumber.steps.MobileTestSteps.iScrollDownClickOn(java.lang.String)"},"after":[{"result":{"duration":1684078000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterStep(io.cucumber.java.Scenario)"}}],"keyword":"And "},{"result":{"duration":93229000,"status":"passed"},"before":[{"result":{"duration":684000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeStep(io.cucumber.java.Scenario)"}}],"line":9,"name":"\"Secure Dialog\" text should display","match":{"arguments":[{"val":"\"Secure Dialog\"","offset":0}],"location":"io.github.selcukes.example.cucumber.steps.MobileTestSteps.textShouldDisplay(java.lang.String)"},"after":[{"result":{"duration":962030000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterStep(io.cucumber.java.Scenario)"}}],"keyword":"Then "},{"result":{"duration":1528874000,"status":"passed"},"before":[{"result":{"duration":707000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeStep(io.cucumber.java.Scenario)"}}],"line":10,"name":"I click on \"Secure Dialog\" link","match":{"arguments":[{"val":"\"Secure Dialog\"","offset":11}],"location":"io.github.selcukes.example.cucumber.steps.MobileTestSteps.iClickOn(java.lang.String)"},"after":[{"result":{"duration":506794000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterStep(io.cucumber.java.Scenario)"}}],"keyword":"When "},{"result":{"duration":109603000,"status":"passed"},"before":[{"result":{"duration":693000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeStep(io.cucumber.java.Scenario)"}}],"line":11,"name":"\"Show secure dialog\" text should display","match":{"arguments":[{"val":"\"Show secure dialog\"","offset":0}],"location":"io.github.selcukes.example.cucumber.steps.MobileTestSteps.textShouldDisplay(java.lang.String)"},"after":[{"result":{"duration":439311000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterStep(io.cucumber.java.Scenario)"}}],"keyword":"Then "},{"result":{"duration":803649000,"status":"passed"},"before":[{"result":{"duration":662000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeStep(io.cucumber.java.Scenario)"}}],"line":12,"name":"I click on \"Show secure dialog\" button","match":{"arguments":[{"val":"\"Show secure dialog\"","offset":11}],"location":"io.github.selcukes.example.cucumber.steps.MobileTestSteps.iClickOn(java.lang.String)"},"after":[{"result":{"duration":671996000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterStep(io.cucumber.java.Scenario)"}}],"keyword":"When "},{"result":{"duration":1170093000,"status":"passed"},"before":[{"result":{"duration":659000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.beforeStep(io.cucumber.java.Scenario)"}}],"line":13,"name":"Dialog should be visible","match":{"location":"io.github.selcukes.example.cucumber.steps.MobileTestSteps.dialogShouldBeVisible()"},"after":[{"result":{"duration":501503000,"status":"passed"},"match":{"location":"io.github.selcukes.example.cucumber.steps.CucumberHooks.afterStep(io.cucumber.java.Scenario)"}}],"keyword":"Then "}],"tags":[{"name":"@mobile"}]}],"name":"Secure Dialog Test in API Demo Application","description":"","id":"secure-dialog-test-in-api-demo-application","keyword":"Feature","uri":"file:src/test/resources/features/mobile/SecureDialog.feature","tags":[]}] |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.