Conversation
| --- | ||
|
|
||
| # Try in pytest | ||
| {:.no_toc} |
| @@ -1,5 +1,5 @@ | |||
| --- | |||
| parent: CI and CLI Documentation | |||
| parent: CI and CLI | |||
There was a problem hiding this comment.
You'll want to sync to the latest changes in the repo to pick up the CI/CLInav updates, etc. before sending this out for review.
dinamlev
left a comment
There was a problem hiding this comment.
Hi Priyanshu,
I've left some comments on your change. I think it would be best to work from the docs.yourbase.io repository with the new content so that we can be looking at a preview of the site at the same time. Would you mind addressing these requests in a new PR for that repository?
Thank you!
| - Ruby Test Acceleration - Coming soon! Contact us at [hi@yourbase.io](mailto:hi@yourbase.io) if you | ||
| want to join the private beta. | ||
| # YourBase | ||
| Some text talking about test acceleration & links to CI CLI. No newline at end of file |
There was a problem hiding this comment.
Since we are hiding the CLI info, this section seems extraneous - thoughts?
There was a problem hiding this comment.
Yes. I've removed this page altogether. And set the "Home" page to the introduction to Test Acceleraiton.
Also, I've moved all CLI pages under the cli folder, and also marked them to be excluded from the navigation.
Let me know your thoughts.
| @@ -1 +1 @@ | |||
| docs.yourbase.io No newline at end of file | |||
| prichhazed.github.io No newline at end of file | |||
There was a problem hiding this comment.
this should not be changed in prod
| baseurl: "" # the subpath of your site, e.g. /blog | ||
| url: https://docs.yourbase.io | ||
| domain: docs.yourbase.io | ||
| url: https://prichhazed.github.io/yb |
There was a problem hiding this comment.
this should not be changed in prod
| url: https://docs.yourbase.io | ||
| domain: docs.yourbase.io | ||
| url: https://prichhazed.github.io/yb | ||
| domain: prichhazed.github.io |
There was a problem hiding this comment.
this should not be changed in prod
| @@ -1,15 +0,0 @@ | |||
| <!-- | |||
There was a problem hiding this comment.
We usually keep/add redirect pages for SEO purposes - same for other deleted files.
|
|
||
| --- | ||
|
|
||
| ## Will it provide benefits at your scale? |
There was a problem hiding this comment.
UX note: better for second person words to be first person - substitute "your" with "my" in the question
|
|
||
| --- | ||
|
|
||
| ## Is it compatible with your tech-stack and infrastructure? |
There was a problem hiding this comment.
UX note: better for second person words to be first person - substitute "your" with "my" in the question
| </details> | ||
|
|
||
| ## YOURBASE_ACCEPT_TOS | ||
| `Type`: `bool-ish (0, false, off, 1, true, on)` |
|
|
||
| When on, YourBase Test Acceleration will use a slower tracing algorithm that is less prone to conflicts with other packages than the default. | ||
|
|
||
| We recommend reaching out to support@yourbase.io if you are encountering this scenario, and only enabling this if you experience issues with the default algorithm. |
There was a problem hiding this comment.
Please could you add mailto links wherever email addresses appear in the PR, e.g. for support@yourbase.io, hi@yourbase.io? Thank you!
example: hi@yourbase.io
|
|
||
| ## Conflict with plugin pytest-xdist | ||
|
|
||
| The YourBase Test Acceleration Test Selection and pytest-xdist [link] plugins have similar goals, reducing the overall test execution time of tests, but take different approaches to solving the problem. As such, there are conflicts when both plugins are enabled. When using the YourBase Test Acceleration Test Selection plugin, please uninstall pytest-xdist or execute pytest-xdist with `NUMCPUS=0` |


Content as per this document.