Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
a8118f64
Commit
a8118f64
authored
Oct 26, 2023
by
Karen Konou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Tests] Add Cypress ps lib
parent
a8ee2eb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
packages.dhall
packages.dhall
+10
-0
spago.dhall
spago.dhall
+2
-0
No files found.
packages.dhall
View file @
a8118f64
...
...
@@ -209,6 +209,16 @@ let additions =
, repo = "https://github.com/natefaubion/purescript-convertable-options"
, 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
spago.dhall
View file @
a8118f64
...
...
@@ -26,6 +26,7 @@ to generate this file without the comments in this block.
, "console"
, "control"
, "convertable-options"
, "cypress"
, "css"
, "d3"
, "datetime"
...
...
@@ -48,6 +49,7 @@ to generate this file without the comments in this block.
, "http-methods"
, "integers"
, "js-timers"
, "jquery"
, "lists"
, "markdown-it"
, "maybe"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment