Giter Club home page Giter Club logo

Comments (9)

jlipps avatar jlipps commented on July 20, 2024

@lechium this repo is not meant to be used directly. check out https://github.com/appium/sample-code instead.

from ios-test-app.

lechium avatar lechium commented on July 20, 2024

its not immediately apparent how to actually test this sample after copying this build directory as directed
https://github.com/appium/sample-code/tree/master/sample-code/apps/TestApp

from ios-test-app.

jlipps avatar jlipps commented on July 20, 2024

this is not an appium sample code repo. this is a repo that holds the code for a test app

from ios-test-app.

lechium avatar lechium commented on July 20, 2024

what is the purpose of this repo then? i dont see any clear cut way for someone entertaining using this as a testing platform for iOS to install and run a pre-made test solution. the sample code you sent me to only has a prebuilt app and instructions for copying build files from this build directory to that one, with zero followup instructions. i've read through everything on the main appium page and on the test driver for iOS and don't see anything useful for samples to work from if i want to see this in action without writing a bunch of tests myself.

from ios-test-app.

jlipps avatar jlipps commented on July 20, 2024

the purpose of this repo is to house the code used to build a test app. in other words, this repo is an ios app which, if you want, you could build to use with appium. but there's no appium code examples or samples in this repo.. what language are you trying to use appium with?

from ios-test-app.

lechium avatar lechium commented on July 20, 2024

probably javascript. i was just trying to see the viability of the platform to do automated testing for iOS. is there any sample code anywhere for me to run without having to write my own test cases? i want to see ios testing in action with as little overhead as possible.

from ios-test-app.

jlipps avatar jlipps commented on July 20, 2024

There are lots of JS examples here: https://github.com/appium/sample-code/tree/master/sample-code/examples/node

just clone that repo, navigate to that dir, run npm install, then (assuming you have an appium server running, and the right ios sdk installed): $(npm bin)/mocha ios-simple.js. it will execute that test against your appium server. you can modify the code if you want to change which version of ios it runs against.

from ios-test-app.

lechium avatar lechium commented on July 20, 2024

thanks i appreciate it!

from ios-test-app.

imurchie avatar imurchie commented on July 20, 2024

We have been working on the sample code, since it has gotten into a bad state. The current version for JS is in a branch on the main site. I would recommend looking at that to avoid the frustration of working through some out-of-date samples.

See https://github.com/appium/appium/tree/sample-code/sample-code/javascript-wd

from ios-test-app.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.