Skip to content
Discussion options

You must be logged in to vote

Om dit onzichtbaar te maken zal je wel degelijk gebruik moeten maken van de before functionaliteit in het JSON-testplan. Voor functies kan dit er als volgt uit zien:

{
  "tabs": [
    {
      "name": "Controle",
      "contexts": [
        {
          "before": {
            "python": {
              "data": "from random import seed; seed(50)"
            }
          },
          "testcases": [
            {
              "input": {
                "type": "function",
                "name": "proficiat",
                "arguments": [
                  {
                    "type": "text",
                    "data": "Farah"
                  }
                ]
              },
         …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@IngeVerbeek
Comment options

@DieterPi
Comment options

@chvp
Comment options

chvp Nov 3, 2025
Maintainer

Answer selected by chvp
@IngeVerbeek
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants