Upgrade webdriver and run test backend separately
This commit is contained in:
parent
1f0f736915
commit
5e033d0356
1 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ requires "sass#649e0701fa5c"
|
|||
|
||||
requires "karax#f6bda9a"
|
||||
|
||||
requires "webdriver#c2fee57"
|
||||
requires "webdriver#7091895"
|
||||
|
||||
# Tasks
|
||||
|
||||
|
|
@ -32,6 +32,9 @@ task backend, "Compiles and runs the forum backend":
|
|||
task runbackend, "Runs the forum backend":
|
||||
exec "./src/forum"
|
||||
|
||||
task testbackend, "Runs the forum backend in test mode":
|
||||
exec "nimble c -r -d:skipRateLimitCheck src/forum.nim"
|
||||
|
||||
task frontend, "Builds the necessary JS frontend (with CSS)":
|
||||
exec "nimble c -r src/buildcss"
|
||||
exec "nimble js -d:release src/frontend/forum.nim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue