@@ -13,18 +13,18 @@ This utility automates the entire first-mile experience — from credential inpu
1313| 🔍 Pre-requisite Check | Validates if Java, Node, and Python are installed. Provides installation guidance if they are missing. |
1414| 📊 Plan Variant Detection | Calls the ` /plan ` API to tailor the sample repo based on the customer’s subscription tier (e.g., Live, Pro). |
1515| ✅ Console UX with Checkmarks | Mimics the BrowserStack Network Assessment Tool for a familiar experience. |
16- | 🪵 Logging for Debugging | Saves all raw logs under ` ~/.browserstack/bstack_onboarding.log ` for support and debugging purposes. |
16+ | 🪵 Logging for Debugging | Saves all raw logs under ` ~/.browserstack/NOW ` for support and debugging purposes. |
1717| 🖥️ (Planned) UI Framework Picker | Allows customers to select their preferred test framework via an interactive UI. |
1818
19- ## How to Use
19+ ## How to Use?
2020
2121You can either run the script directly from the web or clone the repository and run it locally.
2222
2323### Clone and Run Locally
2424
25251 . Clone the repository:
2626 ``` bash
27- git clone https://github.com/http-heading /browserstack-now.git
27+ git clone https://github.com/BrowserStackCE /browserstack-now.git
2828 ```
29292. Navigate to the directory:
3030 ` ` ` bash
@@ -34,12 +34,17 @@ You can either run the script directly from the web or clone the repository and
3434
3535 ** macOS / Linux**
3636 ` ` ` bash
37- bash mac_os .sh
37+ bash mac/run.sh or ./mac/run .sh
3838 ` ` `
39+ If you encounter any permission issues, ensure the script is executable:
3940
41+ ```
42+ chmod +x ./mac/run.sh
43+ ```
44+
4045 ** Windows**
4146 ` ` ` powershell
42- ./windows .ps1
47+ ./win/run .ps1
4348 ` ` `
4449
4550# ## Remote Execution
@@ -49,7 +54,7 @@ You can either run the script directly from the web or clone the repository and
4954To run the onboarding utility on macOS or Linux without cloning, execute the following command in your terminal:
5055
5156` ` ` bash
52- /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/http-heading/browserstack-now/main/mac_os .sh) "
57+ /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/http-heading/browserstack-now/main/mac/run .sh) "
5358` ` `
5459
5560# ### Windows
@@ -58,6 +63,23 @@ To run the onboarding utility on Windows without cloning, execute the following
5863** Note:** You may need to set the execution policy to ` RemoteSigned` or ` Bypass` to run the script.
5964
6065` ` ` powershell
61- iex (( New- Object System.Net.WebClient).DownloadString('https:// raw.githubusercontent.com/ http- heading/ browserstack- now/ main/ windows.ps1 '))
66+ iex (( New- Object System.Net.WebClient).DownloadString('https:// raw.githubusercontent.com/ http- heading/ browserstack- now/ main/ win/ run.ps1 '))
67+ ` ` `
68+
69+ # # Identifying and sharing the log files
70+
71+ The NOW framework creates the log files in this folder. To seek assistance from the BrowserStack team after running this Github repository, please share a zip of the logs with the BrowserStack team in toucn with you.
72+
73+ # ## NOW Framework Logs
74+
75+ # ### macOS / Linux
76+ ```
77+ $HOME/.browserstack/NOW/logs
6278```
79+
80+ #### Windows
6381```
82+ $HOME/.browserstack/NOW/logs
83+ ```
84+
85+
0 commit comments