-
```
scenery-phet : build
Build failed with status code 1:
Running "report-media" task
Running "clean" task
Running "build" task
>> tsc complete: 34215ms
Building runnable repository (scener…
-
**Story:** Adding some e2e testing would be useful using protractor, it's already somewhat in the project because it came with the template so it shouldn't be too difficult to setup
**Story Points…
-
User Story Points: 3 (Unit Tests Setup) + ~~5~~ 7(writing the tests) + 1(reworking the unit tests caused of code change )
Setup Unit Tests using Karma and Produce end to end tests for the web appli…
-
Example of produced xml file from reporter:
```
```
The added `(screenshot ...)` part of test case name is added by https://github.com/DevExpress/testcafe-reporter-xunit/blo…
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …
-
**Describe the bug**
Project generated return 401 status when register new user
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of wh…
-
I am getting this Problem After Upgrading to Serenity JS 3 . I am using Serenity JS 3 + Jasmin + protractor
![image](https://github.com/serenity-js/serenity-js/assets/154584899/c0c6de3b-6343-4e2f-b8…
-
### Describe the bug
When use we `"primeng": "17.13.0" ` and ``
```
rowTrackBy(_index, item) {
return item.id;
}
```
We have warning for develop and tests env:
`'trackBy must be…
-
Trying to run protractor tests on OSX. We get the error below. Have tried a variety of fixes suggested. I think we're running the latest stand-alone server and chrome driver. Thoughts?
```
/Users/ril…
-
Hi. I am trying to download a file and verify its contents using chrome browser. Below are my chrome options i am trying to use, with these options the download file dialog box opens and my test scrip…