You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
some helpers defined in the test scripts do not seem to be used (ex loadUrl, waitForText, ...), are they necessary?
nt4s url needs to be removed, this should preferably be a config variable somewhere (lib/config.js baseUrl?), you can use http://test.fadi.cetic.be as a placeholder.
if possible, use the test case identifier in the filename instead of introducting a new numerotation
@banzo
For 1.i the identified helpers can be used in other tests. So they are necessary. d2b241e and 4586b93 resolve 1.ii and 2.
For 1.iii, yes it is possible but after resolving 3., 4. and 5.
@SellamiRami
can you please resolve 3., 4. and 5. issues.
@banzo I resolved the issues number 3, 4 and 5.
In addition, I added the cockburn TC-6 and the test script TS-6 in order to consider the creation of a table using Adminer.
I think that everything is OK now.
Rami.
Some comments:
__tests__
:loadUrl
,waitForText
, ...), are they necessary?baseUrl
?), you can use http://test.fadi.cetic.be as a placeholder.Originally posted by @banzo in #107 (comment)
The text was updated successfully, but these errors were encountered: