Skip to content

Commit

Permalink
upgrade platform
Browse files Browse the repository at this point in the history
  • Loading branch information
adomurad committed Oct 24, 2024
1 parent 4c177d2 commit 5442a82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests.roc
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
app [testCases] { r2e: platform "https://github.com/adomurad/r2e-platform/releases/download/0.5.0/b0mNSQVGQeCxZY-pXFxasKCNf8aB2899UBwnwbqNV9Y.tar.br" }
app [testCases, config] { r2e: platform "https://github.com/adomurad/r2e-platform/releases/download/0.6.0/7vFDzZ7T9Thdkgwhl3jRVJyQBNUPm1tDIqeEc5RhRnI.tar.br" }

import r2e.Test exposing [test]
import r2e.Config
import r2e.Debug
import r2e.Browser
import r2e.Element
import r2e.Assert

config = Config.defaultConfig

testCases = [
test1,
test2,
Expand Down

0 comments on commit 5442a82

Please sign in to comment.