Commit a8118f64 authored by Karen Konou's avatar Karen Konou

[Tests] Add Cypress ps lib

parent a8ee2eb9
...@@ -209,6 +209,16 @@ let additions = ...@@ -209,6 +209,16 @@ let additions =
, repo = "https://github.com/natefaubion/purescript-convertable-options" , repo = "https://github.com/natefaubion/purescript-convertable-options"
, version = "v1.0.0" , version = "v1.0.0"
} }
, cypress =
{ dependencies = [ "console", "effect", "foreign", "psci-support", "transformers", "jquery", "either", "maybe", "partial", "prelude", "strings" ]
, repo = "https://github.com/KarenKonou/purescript-cypress.git"
, version = "master"
}
, jquery =
{ dependencies = [ "console", "effect", "foldable-traversable", "foreign", "maybe", "partial", "prelude", "transformers" ]
, repo = "https://github.com/KarenKonou/purescript-jquery.git"
, version = "master"
}
} }
in upstream // overrides // additions in upstream // overrides // additions
...@@ -26,6 +26,7 @@ to generate this file without the comments in this block. ...@@ -26,6 +26,7 @@ to generate this file without the comments in this block.
, "console" , "console"
, "control" , "control"
, "convertable-options" , "convertable-options"
, "cypress"
, "css" , "css"
, "d3" , "d3"
, "datetime" , "datetime"
...@@ -48,6 +49,7 @@ to generate this file without the comments in this block. ...@@ -48,6 +49,7 @@ to generate this file without the comments in this block.
, "http-methods" , "http-methods"
, "integers" , "integers"
, "js-timers" , "js-timers"
, "jquery"
, "lists" , "lists"
, "markdown-it" , "markdown-it"
, "maybe" , "maybe"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment