Storyteller
OBSOLETE, see Storyteller2 -- DSL tool for .Net automated testing
Install / Use
/learn @FubuMvcArchive/StorytellerREADME
Why does git status show that all of my files are modified?
StoryTeller is built by Windows users, so all of the text files have CRLF line endings. These line endings are stored as-is in git (which means we all have autocrlf turned off). If you have autocrlf enabled, when you retrieve files from git, it will modify all of your files. Your best bet is to turn off autocrlf, and refresh your working folder.
- In the following steps, replace
globalwithsystemto change the settings to be system wide. Alternatively, omit the option to affect only the current repo (your current directory must be in the StoryTeller repo.). - Type:
git config --global core.autocrlf falseto set up git behavior for your windows account. - Type:
git config --global core.whitespace cr-at-eolto fix up the display of line endings in certain git commands such asgit diff. - Type:
git reset --hard HEAD - Type:
git clean -xdf
Where is CommonAssemblyInfo.cs?
CommonAssemblyInfo.cs is generated by the build. The build script requires Ruby with rake installed.
- open a command prompt to the root folder and type
raketo execute rakefile.rb
If you do not have ruby:
- You need to manually create a source\CommonAssemblyInfo.cs file
- type:
echo // > source\CommonAssemblyInfo.cs
- open source\StoryTeller.sln with Visual Studio and Build the solution
Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
