Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f1GAG-00057a-3Z for pgadmin-hackers@arkaria.postgresql.org; Wed, 28 Mar 2018 18:51:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f1GAE-0003m5-SB for pgadmin-hackers@arkaria.postgresql.org; Wed, 28 Mar 2018 18:51:14 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f1G97-0002bL-AC for pgadmin-hackers@lists.postgresql.org; Wed, 28 Mar 2018 18:50:05 +0000 Received: from mail-io0-x231.google.com ([2607:f8b0:4001:c06::231]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f1G93-0004vo-N1 for pgadmin-hackers@postgresql.org; Wed, 28 Mar 2018 18:50:03 +0000 Received: by mail-io0-x231.google.com with SMTP id d7so4710718ioc.11 for ; Wed, 28 Mar 2018 11:50:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pivotal-io.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=rskd6ctQRxYmQbU17n1yPQ4wGpTKOJanvJYtsx0/TgM=; b=VtJQGLQlqLQtMY2x+QZSr8eMuAVjV09JC72NQbysR+o09riIWBuuuaZEr2IiBaRGxb 3CuKoGn4Yp2XLxGNOE4R4si95V31CkKuy1PKjseB753E8jVE0XskuOtghZGrMvDJJugC Y7zRxundavz090AyOlEZBm+37diNBLI/ShH5BApsUcTN47xKQR9B2HUmRaIJP4/brMnZ 758LBvYrU8Pz01659S1ZgP0B1XU6b3491clA0bxkqaF2w0T4yC8K/qqqVLbYr/HVqVYu YqzCwUisg2uzxO1VOhjyI8OfAPxL4Q8Fs7sl8Se4rIqNzgGl3LyALYpgYBPhtAk69Cry M1uA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=rskd6ctQRxYmQbU17n1yPQ4wGpTKOJanvJYtsx0/TgM=; b=H5APtgjeZau8AUWBZUu+aWmwMRwRvGyBstRGmUiDmp10NHKv9yD1zazHwEuGPeMP2G cQn6SFHs93ZpGGduh73Sj0jQ784wluWQ0TB3pCClP0YXi2fJOmn5irahFxphOIOPzzIt 2VO4wj7qmo7KeZjuyZc6YCI/s4xtZiUGYonqT5sNS+fAeS53HFjduSUT4vf6WbrZXDpQ AA4WDBcGdR8TRQNkw/F83WRg9oafCmV+UQYDv6k0qsUzU5IMfT3Kjn7r0QxoA7shWw+2 Ahz303A5T5NO/PBve2dje/bHvPfeAi9X6oEvVjjl+dSbE44eZviMrE2RsX+GUFWlh/IV kF3A== X-Gm-Message-State: AElRT7F9dfv+2QDcvwI7c/FYE0+lsC1nm/Q10Xq+J65t1EpS8bU9k/tz SZfe1oeg15wd6qh11TwzJUK+lEBROjHL1LYxseUaQw== X-Google-Smtp-Source: AIpwx4+vzfH3U2Z10i9WM+AEGFPkmHnTKz86c2fKql5fJPZXlEadde9UHcJZ2b1W1xmaKoFGqSjxBrLa2ILZCo5p+TQ= X-Received: by 10.107.200.84 with SMTP id y81mr20023696iof.116.1522263000111; Wed, 28 Mar 2018 11:50:00 -0700 (PDT) MIME-Version: 1.0 From: Joao De Almeida Pereira Date: Wed, 28 Mar 2018 18:49:49 +0000 Message-ID: Subject: Jasmine introduction To: pgadmin-hackers Content-Type: multipart/alternative; boundary="94eb2c0b89ea60781805687d7951" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --94eb2c0b89ea60781805687d7951 Content-Type: text/plain; charset="UTF-8" Hi Hackers, In one of the other thread Murtuza asked for more information about jasmine framework and we dig up some information about it. Jasmine is a lightweight framework that allow you to write tests in a behavior-driven style. Because of this it is a very easy to use framework with very few functions. The Jasmine website as documentation that explain how to use it, by example (https://jasmine.github.io/2.9/introduction.html ). If you want to play a little bit around with it you can look at https://jasmine.github.io/setup/nodejs.html where it give you some simple way to setup some examples that you can modify and see how it works. If you have any question about jasmine or about how we do testing and our approach to it, feel free to reach out. Thanks Victoria & Joao --94eb2c0b89ea60781805687d7951 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Hackers,

In one of the other thread = Murtuza asked for more information about jasmine framework and we dig up so= me information about it.
Jasmine is a lightweight framework that = allow you to write tests in a behavior-driven style. Because of this it is = a very easy to use framework with very few functions. The Jasmine website a= s documentation that explain how to use it, by example (https://jasmine.github.io/2.9/intr= oduction.html ).

If you want to play a little = bit around with it you can look at=C2=A0https://jasmine.github.io/setup/nodejs.html=C2=A0w= here it give you some simple way to setup some examples that you can modify= and see how it works.

If you have any question ab= out jasmine or about how we do testing and our approach to it, feel free to= reach out.

Thanks
Victoria & Joao
--94eb2c0b89ea60781805687d7951--