0.11.10 • Published 2 years ago

firescript-test v0.11.10

Weekly downloads
134
License
MIT
Repository
github
Last release
2 years ago

Firescript test

Test runner for unit and integration tests written in Firescipt or Javascript.

Usage

firetest run [filePattern]

Writing tests

Firetest looks for tests unter tests/**/*.test.fire or tests/**/*.test.js per default. Firetest tests are simply static classes which names are ending with Test

export class MyFirstTest
  firstTest ()
    # place your test code here
    inspect('banana').isEql('banana')

  secondTest ()
    # fail a test by throwing an error
    throw Error('Test failed')

Write for each test a test method. The method name has to end with Test. For example firstTest, secondTest and so on. Methods which are not ending with Test are getting ignored by the runner.

0.11.10

2 years ago

0.11.9

2 years ago

0.11.8

2 years ago

0.11.7

3 years ago

0.11.6

3 years ago

0.11.5

3 years ago

0.11.4

3 years ago

0.11.3

3 years ago

0.11.2

3 years ago

0.11.1

3 years ago

0.11.0

3 years ago

0.10.18

3 years ago

0.10.17

3 years ago

0.10.16

3 years ago

0.10.15

3 years ago

0.10.14

3 years ago

0.10.12

3 years ago

0.10.13

3 years ago

0.10.11

3 years ago

0.10.10

3 years ago

0.10.9

4 years ago

0.10.8

4 years ago

0.10.7

4 years ago

0.10.6

4 years ago

0.10.5

4 years ago

0.10.1

4 years ago

0.10.2

4 years ago

0.10.0

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago