Skip to content

Commit

Permalink
Add example of how to spawn testing server (#65)
Browse files Browse the repository at this point in the history
* Add example of how to spawn testing server
  • Loading branch information
mrmeku authored Apr 11, 2024
1 parent cf5ed54 commit 3c1ccc0
Show file tree
Hide file tree
Showing 6 changed files with 438 additions and 8 deletions.
16 changes: 8 additions & 8 deletions e2e/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "tests",
"version": "1.0.0",
"description": "Tests for cypress bazel rules",
"dependencies": {
"cypress": "12.12.0",
"typescript": "4.9.5"
}
"name": "tests",
"version": "1.0.0",
"description": "Tests for cypress bazel rules",
"dependencies": {
"cypress": "12.12.0",
"express": "^4.19.2",
"typescript": "4.9.5"
}
}
Loading

0 comments on commit 3c1ccc0

Please sign in to comment.