Skip to content

exam-01-practice/jest-to-sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jest-to-sheets

This action sends the Jest tests summary to a backend Google sheet via an API

Inputs

challenge

Required The challenge in the assessment that Jest ran and needs to report on.

lang

Required The primary language with which the developer coded the solution being tested

server

Required The base backend API endpoint to send the report data to.

Example Usage

- name: Report Tests
  uses: exam-01-practice/jest-to-sheets@v1
  with:
    challenge: ch-2
    lang: javascript
    server: https://the-server-url/endpoint