Skip to content

Commit

Permalink
Merge pull request #1512 from BlueBrain/fix-resource-container-e2e-test
Browse files Browse the repository at this point in the history
Fix loading of resources that have encoded chars in id
  • Loading branch information
Dinika authored Mar 7, 2024
2 parents eab7686 + 80638bc commit 304bc6b
Show file tree
Hide file tree
Showing 10 changed files with 536 additions and 65 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ a. To run the tests in headed mode:
yarn cy:open
```

If you encounter issues with `project:setup` or `resources:create` tasks because of SSL or certificate errors when running the tests locally, try the following:

```sh
NODE_TLS_REJECT_UNAUTHORIZED=0 yarn cy:open
```

b. To run the tests in headless mode:

```sh
Expand Down
22 changes: 22 additions & 0 deletions c.env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"use_existing_delta_instance": false,
"NEXUS_API_URL": "https://dev.nise.bbp.epfl.ch/nexus/v1",
"users": {
"morty": {
"username": "localuser",
"password": "localuser",
"realm": {
"name": "Local",
"baseUrl": "https://dev.nise.bbp.epfl.ch/"
}
},
"morpheus": {
"username": "localuser",
"password": "localuser",
"realm": {
"name": "Local",
"baseUrl": "https://dev.nise.bbp.epfl.ch/"
}
}
}
}
Loading

0 comments on commit 304bc6b

Please sign in to comment.