Skip to content

GlebVST/browserstack-android-3d-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running app

Setup

nvm use
npm install

Add .env file to the project root with a following configs:

BROWSERSTACK_USERNAME=
BROWSERSTACK_ACCESS_KEY=
# below two are optional - not sure ever used on Automate (works without them)
GOOGLE_PLAY_USERNAME=
GOOGLE_PLAY_PASSWORD=

Need two processes started, server for rendering page with 3d models, and worker app that handles Browserstack logic:

  1. Start the development server running on http://<IP>:3001
npm run server
  1. Now in a separate console run the app (keep in mind to nvm use here as well). This runs logic to render and screenshot models.
npm run android9
OR
npm run android10

About

browserstack-android-3d-test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published