-
Notifications
You must be signed in to change notification settings - Fork 89
Testing tooling #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Testing tooling #160
Changes from 51 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
f5fde81
set up next.js app and static build
DaltheCow fa5db74
convert to .eslintrc to match current state of project
DaltheCow 8b16db5
update .eslintrc, tsconfig.json
DaltheCow 15e867d
update eslint, tsconfig, husky, and dependencies
DaltheCow f7837ca
update file type
DaltheCow 59ff861
merge
DaltheCow 834cc1a
remove .eslintrc
DaltheCow 3ae85e2
final updates
DaltheCow 50a39ec
sort eslintrc
DaltheCow e1fd9ed
merge base
DaltheCow 119f05a
sort extensions
DaltheCow 56f89e2
merge base
DaltheCow d923f4a
sort
DaltheCow a515e12
resort
DaltheCow ded66cd
add extension
DaltheCow fe4d91a
merge base
DaltheCow 544899a
add dev workflow
DaltheCow 026a13f
remove testing pieces
DaltheCow fca89c5
navigate to ui directory for operations
DaltheCow b276f17
navigate to directory
DaltheCow 32e95e9
add makefile
DaltheCow 9faebcf
upgrade eslint-plugin-prettier, run make style
DaltheCow d69dc95
add unit/integration/e2e testing
DaltheCow f876edb
get testing set up fully functional
DaltheCow 472141b
get things working
DaltheCow d98b411
remove e2e testing from dev workflow since it is confirmed to work
DaltheCow 23ce95f
clean readme, add developing doc
DaltheCow 35a0726
Merge branch 'main' into implement-base-ui-app
DaltheCow 8413655
run linting
DaltheCow c23c674
replace speculators with GuideLLM
DaltheCow 1d5bd73
remove speculators from docs
DaltheCow 43fdeb0
update tox.ini to exclude github view files (blobs) that break the li…
DaltheCow 1e29968
not to ignore more than markdown for rich display mode
DaltheCow d09f685
Merge branch 'update-docs' into implement-base-ui-app
DaltheCow 328b872
Merge branch 'implement-base-ui-app' into core-framework-setup
DaltheCow 1fc4d40
merge core-framework-setup
DaltheCow 4b8b65a
run precommit
DaltheCow 8d10bd5
precommit check
DaltheCow 247d1cf
undo alteration of link checks, instead remove from workflows tempora…
DaltheCow 4de602a
Merge branch 'update-docs' into implement-base-ui-app
DaltheCow bf52aa0
Merge branch 'implement-base-ui-app' into core-framework-setup
DaltheCow 20fba13
merge core-framework-setup
DaltheCow 57e5c0a
Merge branch 'main' into implement-base-ui-app
DaltheCow aece79d
Merge branch 'main' into implement-base-ui-app
markurtz fd473fb
Merge branch 'implement-base-ui-app' into core-framework-setup
DaltheCow af1a0eb
Merge branch 'core-framework-setup' into testing-tooling
DaltheCow cde932f
merge main
DaltheCow c7d115d
fix all the configs and get things working again
DaltheCow 9441f7f
update workflow, DEVELOPING.md, add cypress to scripts
DaltheCow 798c37d
remove .eslintignore
DaltheCow bdef8dc
correct script usage in workflow
DaltheCow a90b430
get everything working
DaltheCow aaa6aeb
change working directory for ui workflows
DaltheCow 83d6f44
add test coverage setup
DaltheCow 1f27e59
Merge branch 'main' into testing-tooling
DaltheCow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -221,4 +221,4 @@ src/ui/next-env.d.ts | |
!package.json | ||
!package-lock.json | ||
!.eslintrc.json | ||
!tsconfig.json | ||
!tsconfig.*.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.