Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4d3be87
Update dependencies
kellpossible Nov 17, 2021
a9bb8d5
Remove unused option for Contributor
kellpossible Dec 7, 2021
7ba3e68
Remove unused import
kellpossible Dec 7, 2021
428042e
Work in progress
kellpossible Dec 14, 2021
e737b14
Merge branch 'main' into frontend-testing
kellpossible Dec 19, 2021
9327ebf
Remove unneeded SingleTestOptions
kellpossible Jan 3, 2022
9e0e4d4
More frontend testing work in progress
kellpossible Jan 11, 2022
4366da0
Refactor the overall test run code
kellpossible Jan 11, 2022
402d171
Improved error messages, fixed some refactor introduced bugs
kellpossible Jan 11, 2022
03f5d29
Add a nodejs version check
kellpossible Feb 1, 2022
691abaa
Fix clippy lints and update color-eyre
kellpossible Feb 1, 2022
ef93373
Work in progress frontend running
kellpossible Feb 1, 2022
8e6263b
Starting frontend server implemented
kellpossible Feb 22, 2022
565b2b1
Work in progress headless frontend browser
kellpossible Feb 22, 2022
65043b5
Added TODO comment for graceful shutdown of the frontend server
kellpossible Feb 22, 2022
c9c5f80
Minor improvements to running frontend
kellpossible Mar 10, 2022
b76c3d4
Use a more sensible span tracing level
kellpossible Mar 29, 2022
c39e850
Work in progress refactor specification format
kellpossible Apr 23, 2022
703e006
Refactor specifcation format to allow per-contributor configuration
kellpossible Apr 26, 2022
f9a1722
Fix tests and made specification deserializing stricter
kellpossible Apr 26, 2022
b761904
Manual browser integration testing has been completed.
kellpossible May 9, 2022
ebe6822
Make frontend starting more robust, and report errors
kellpossible May 9, 2022
61ab05b
More work in progress automated browser contributor.
kellpossible May 9, 2022
d6a529e
Add browser-tests specification
kellpossible May 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rust build directory
/target
target/

# intellij configurations
.idea
Expand All @@ -8,6 +8,7 @@
aleo-setup/
aleo-setup-coordinator/
aleo-setup-state-monitor/
setup-frontend/

# Cooridinator ceremony transcript
transcript/
Expand Down
Loading