From 352e202257db07c3056fd7ead9a879489403901b Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:13:55 -0400 Subject: [PATCH] Updated story generator instructions --- docs/alkiln/writing_tests.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/alkiln/writing_tests.mdx b/docs/alkiln/writing_tests.mdx index 1ccb88191..fb694929f 100644 --- a/docs/alkiln/writing_tests.mdx +++ b/docs/alkiln/writing_tests.mdx @@ -1374,7 +1374,6 @@ You can use the [story table generator](https://plocket.github.io/alkiln_story/) Follow these instructions to use the generator: -1. If you don't have one already, [add a new test file](#how-do-i-add-a-new-test-file). You can leave out the Scenario. 1. Ensure your server config is set up to [show debug info](https://docassemble.org/docs/config.html#debug). 1. Run your interview manually until you reach the page you want the story table to get to. 1. Open the "source" display of the interview. Currently, that looks like angle brackets, ``, in the header of the page. @@ -1383,9 +1382,9 @@ Follow these instructions to use the generator: 1. Copy all the text on that page. 1. Go to the [story table generator](https://plocket.github.io/alkiln_story/). 1. Paste the JSON into the text area there, as instructed. -1. Use the other input fields to help finalize your Scenario, including the page `id`. -1. Copy the Scenario that has been generated for you. -1. Paste that into the already prepared test file. +1. Use the other input fields to help finalize your Scenario, including the question `id`. +1. Download the file the generator created. It should end in `.feature`. +1. Upload that `.feature` file into your "Sources" folder in your Project. ## Test file anatomy {#test-files}