wmurphyrd / aframe-machinima-testing

💃Utilities for automated functional testing in A-Frame scenes and components
MIT License
11 stars 2 forks source link

Need tutorial #1

Open codechikbhoka opened 6 years ago

codechikbhoka commented 6 years ago

It's difficult for me to get started with aframe-machinima-testing. Can some tutorial be provided so that we can understand how to setup and use

wmurphyrd commented 6 years ago

Thanks for the feedback! I am working on a tutorial blog post, but I'm also seeing now how the readme could be more logically organized.

The order should be

  1. Install the package
  2. Install the peer dependencies
  3. Run the bootstrap command (node_modules/.bin/machinima-bootstrap)
  4. Run the example machinima test (npm run test:machinima)

That should be enough to get you going. Let me know if it works for you. You can also view more examples of machinima tests in https://github.com/wmurphyrd/aframe-super-hands-component/tree/master/machinima_tests

rchovatiya88 commented 6 years ago

Thank you! gone try it out .. would love help any way i can once i get it to work locally in terms of creating explicit documents. As a fellow Automation QA working with Javascript and node.. super excited to learn how to test webVR / Aframe..