try icon indicating copy to clipboard operation
try copied to clipboard

Refine our validation inner-loop

Open AbhitejJohn opened this issue 1 year ago • 2 comments

Currently our integration tests are our only validation loop. There isn't a playground where we can just test out the end-to-end. We need to put in the infra and update the steps here (https://github.com/dotnet/try/blob/main/Developer-guide.ipynb) to make this easier.

  • [ ] Improve Playwright screenshots. Some are currently blank and others are cropped so you can't see the output area.
  • [x] Automate command line steps to avoid copy/paste in developer guide.
  • [x] Make node site UI more intuitive.

AbhitejJohn avatar Feb 29 '24 19:02 AbhitejJohn

My proposal is to implement this webpage https://try.dot.net/ to this net project

ocallesp avatar Apr 04 '24 16:04 ocallesp

Removed

  • [ ] Add a launch profile to launch the mock-project server

since launch profiles doesn't provide a way to launch two servers.

I was trying to add a new environment variable then check for it in order to execute an external process to launch the mock server but it is more complicated to manage that other process.

We will keep the developer-guide as the main flow

ocallesp avatar Apr 08 '24 17:04 ocallesp

Clsoing this out as well. Tracking the remaining work as a separate work item.

AbhitejJohn avatar May 09 '24 16:05 AbhitejJohn