-
Implement some form of automated tests.
-
Before releasing v1 we need:
- unit tests for each individual component and the pass-through adapter;
- an "integration" test where we check if the glue works with or without the `Entanglement` compon…
-
- [x] Run Nodejs-based tests using Travis or similar
- [ ] Run browser tests for all supported browsers (list to be determined based on whatever is currently usable or feasibly close) using BrowserSt…
-
As NF gets larger, automated E2E testing for every release/build is needed.
Currently, manually creating a test script or c++ project seems to be the best method based on my research to properly test…
-
Description:
Implement a GitHub Action that runs automated tests on any pull request to ensure that submitted code passes quality checks. Include integration with testing frameworks like PyTest or…
-
### Feature description
Currently, test cases under FirstChipToolSuite are grouped together, regardless of their automation level. This makes it challenging to quickly identify which tests are fully …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
Today we manually test the app by running queries/functions in the respective pane/editor and checking…
-
Had a hell of a time trying to figure this one out. Thought I would share the solution I found here to help anyone else trying to set up automated Jest tests with ReactChessboard.
## Solution for w…
-
Recent releases have introduced bugs. Its probably time for us to introduce some automated tests to at least reduce the chance of this happening in future.
-
@Dharna5599,
Following (closely!) the programming style and logic of inst/unitTests/test_selection.R, please create a test script ```test_firstNeighborSelection.R``` which invokes, and tests the re…