-
For examples this is a valid json
{ "rstring" : "mystring", "type" : "mytype" }
However there is no tuple structure that will allow for this json to be mapped since rstring and type are SPL protected…
-
I try to run Magento Performance Toolkit. After successfully install Magento2 and generate test fixtures with:
`magento setup:perf:generate-fixtures /var/www/magento2/setup/performance-toolkit/prof…
-
Hello, i have a question using jbase, i am developing a project that uses jbase and i can probe the program with the (Run as -> Eclipse Application) selection, but i can not deploy with maven, so my q…
-
Hi
How can we know which test failed when using jsnapy module ?
Here is the output I get when I run a test that failed with snapcheck module.
```
Tested on 10.92.71.88
Final result: Failed
Total…
-
Steps:
1) Magento CE v2.0.2, PHP 7.0.3
2) php bin/magento setup:perf:generate-fixtures /var/www/magento/html/setup/performance-toolkit/profiles/ce/large.xml
3) enable flat catalog / category, rei…
-
I realize Xtend seems to frown on bitwise-heavy code, but jbase seems to have Java compatibility as a goal, and that sometimes needs to include bitwise operators. There's relatively-obvious cases like…
-
While trying to use the new performance tool on a Magento 2.0.2 with Sample data I can only get a couple of admin requests and the test ends. Below is the command I'm using and the output and logs.
>…
-
Implemented in https://github.com/LorenzoBettini/jbase/issues/51
-
The following code
toString[0] = 0;
generates the following error
Error updating dirty state editor java.lang.ClassCastException
The same if, instead of toString, we put, for example, clone and wa…
piluc updated
8 years ago
-
I'm building jbase in mac, using JDK 1.7 and maven 3.3.9. Everything runs ok when I skip the tests, otherwise the build will fail when executing the UI tests. Bellow you will find the complete Maven l…